Spread Windows Forms 12.0 Product Documentation
NoteIndicatorPosition Property (Row)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Row Class : NoteIndicatorPosition Property
Gets or sets the position of the note indicator for cells in this row.
Syntax
'Declaration
 
Public Property NoteIndicatorPosition As NoteIndicatorPosition
'Usage
 
Dim instance As Row
Dim value As NoteIndicatorPosition
 
instance.NoteIndicatorPosition = value
 
value = instance.NoteIndicatorPosition
public NoteIndicatorPosition NoteIndicatorPosition {get; set;}
Example
This example sets the NoteIndicatorPosition property.
fpSpread1.ActiveSheet.SetNote(2, 0, "Test");
fpSpread1.ActiveSheet.Rows[2].NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft;
FpSpread1.ActiveSheet.SetNote(2, 0, "Test")
FpSpread1.ActiveSheet.Rows(2).NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft
See Also

Reference

Row Class
Row Members