'Declaration Public Enum NoteStyle Inherits System.Enum
'Usage Dim instance As NoteStyle
public enum NoteStyle : System.Enum
'Declaration Public Enum NoteStyle Inherits System.Enum
'Usage Dim instance As NoteStyle
public enum NoteStyle : System.Enum
Member | Description |
---|---|
Hidden | Does not display the cell note or the cell note indicator |
PopupNote | Displays the cell note as a floating object only when the mouse is over the cell note indicator |
PopupStickyNote | Displays the cell sticky note as a floating object only when the mouse is over the cell note indicator |
StickyNote | Always displays the cell note as a movable box |
fpSpread1.ActiveSheet.SetNote(0, 0, "Head of Development");
fpSpread1.ActiveSheet.Cells[0, 0].NoteStyle = FarPoint.Win.Spread.NoteStyle.StickyNote;
FpSpread1.ActiveSheet.SetNote(0, 0, "Head of Development")
FpSpread1.ActiveSheet.Cells(0, 0).NoteStyle = FarPoint.Win.Spread.NoteStyle.StickyNote
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.NoteStyle
FarPoint.Win.Spread Namespace
NoteStyle Property (Cell Class)
NoteStyle Property (StyleInfo Class)