_Application.DisplayNoteIndicator Property
True if cells containing notes display cell tips and contain note indicators (small dots in their upper-right corners).
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property DisplayNoteIndicator As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.DisplayNoteIndicator
instance.DisplayNoteIndicator = value
bool DisplayNoteIndicator { get; set; }
Property Value
Type: System.Boolean