NoteIndicatorColor Property (Row)
In This Topic
Gets or sets the default color for the cell note indicator for cells in this row.
Syntax
'Declaration
Public Property NoteIndicatorColor As Color
'Usage
Dim instance As Row
Dim value As Color
instance.NoteIndicatorColor = value
value = instance.NoteIndicatorColor
public Color NoteIndicatorColor {get; set;}
See Also