_Application.DisplayCommentIndicator Property
Returns or sets the way cells display comments and indicators. Can be one of the following XlCommentDisplayMode constants: xlNoIndicator, xlCommentIndicatorOnly, or xlCommentAndIndicator.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property DisplayCommentIndicator As XlCommentDisplayMode
Get
Set
'Usage
Dim instance As _Application
Dim value As XlCommentDisplayMode
value = instance.DisplayCommentIndicator
instance.DisplayCommentIndicator = value
XlCommentDisplayMode DisplayCommentIndicator { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlCommentDisplayMode