Spread Windows Forms 12.0 Product Documentation
ResetNoteIndicatorPosition Method (Row)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Row Class : ResetNoteIndicatorPosition Method
Resets the position of the note indicator for cells in this row to the default value.
Syntax
'Declaration
 
Public Sub ResetNoteIndicatorPosition() 
'Usage
 
Dim instance As Row
 
instance.ResetNoteIndicatorPosition()
public void ResetNoteIndicatorPosition()
Example
This example uses the ResetNoteIndicatorPosition method.
fpSpread1.ActiveSheet.SetNote(2, 0, "Test");
fpSpread1.ActiveSheet.Rows[2].NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft;
fpSpread1.ActiveSheet.Rows[2].ResetNoteIndicatorPosition();
FpSpread1.ActiveSheet.SetNote(2, 0, "Test")
FpSpread1.ActiveSheet.Rows(2).NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft
FpSpread1.ActiveSheet.Rows(2).ResetNoteIndicatorPosition()
See Also

Reference

Row Class
Row Members