CellNoteIndicatorVisible Property (FpSpread)
In This Topic
Gets or sets whether the cell note indicator appears in cells in the component.
Syntax
'Declaration
Public Property CellNoteIndicatorVisible As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.CellNoteIndicatorVisible = value
value = instance.CellNoteIndicatorVisible
public bool CellNoteIndicatorVisible {get; set;}
See Also