Spread Windows Forms 8.0 Product Documentation
NoteIndicatorPosition Property (Column)
Example 


Gets or sets the note indicator position for cells in this column.
Syntax
'Declaration
 
Public Property NoteIndicatorPosition As NoteIndicatorPosition
'Usage
 
Dim instance As Column
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(0, 2, "Test");
fpSpread1.ActiveSheet.Columns[2].NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft;
FpSpread1.ActiveSheet.SetNote(0, 2, "Test")
FpSpread1.ActiveSheet.Columns(2).NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft
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.