FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / NoteIndicatorPosition Property


In This Topic
NoteIndicatorPosition Property (CellFooter)
In This Topic
Gets or sets the cell note indicator position for the cell.
Syntax
'Declaration
 
Public Property NoteIndicatorPosition As NoteIndicatorPosition
 
'Usage
 
Dim instance As CellFooter
Dim value As NoteIndicatorPosition
 
instance.NoteIndicatorPosition = value
 
value = instance.NoteIndicatorPosition
See Also