NoteIndicatorColor Property (Column)
Gets or sets the default note indicator color for cells in this column.
public Color NoteIndicatorColor {get; set;}
'Declaration
Public Property NoteIndicatorColor As Color
'Usage
Dim instance As Column
Dim value As Color
instance.NoteIndicatorColor = value
value = instance.NoteIndicatorColor