Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / CellNoteIndicatorVisible Property


In This Topic
CellNoteIndicatorVisible Property (SpreadView)
In This Topic
Gets or sets whether the cell note indicator appears in cells in the view.
Syntax
'Declaration
 
Public Property CellNoteIndicatorVisible As Boolean
 
'Usage
 
Dim instance As SpreadView
Dim value As Boolean
 
instance.CellNoteIndicatorVisible = value
 
value = instance.CellNoteIndicatorVisible
See Also