Spread Windows Forms 8.0 Product Documentation
ResetNoteIndicatorPosition Method (Column)
Example 


Resets the position of the cell note indicator for the column to the default value.
Syntax
'Declaration
 
Public Sub ResetNoteIndicatorPosition() 
'Usage
 
Dim instance As Column
 
instance.ResetNoteIndicatorPosition()
public void ResetNoteIndicatorPosition()
Example
This example uses the ResetNoteIndicatorPosition method.
fpSpread1.ActiveSheet.SetNote(0, 2, "Test");
fpSpread1.ActiveSheet.Columns[2].NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft;
fpSpread1.ActiveSheet.Columns[2].ResetNoteIndicatorPosition();
FpSpread1.ActiveSheet.SetNote(0, 2, "Test")
FpSpread1.ActiveSheet.Columns(2).NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft
FpSpread1.ActiveSheet.Columns(2).ResetNoteIndicatorPosition()
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

Column Class
Column Members

 

 


Copyright © GrapeCity, inc. All rights reserved.