FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : ShowNotes Method |
fpSpread1.ActiveSheet.Cells[0, 0].Text = "This is a note test!"; fpSpread1.ActiveSheet.SetNote(0, 0, "I am a note!"); fpSpread1.ActiveSheet.ShowNotes(true);
FpSpread1.ActiveSheet.Cells(0, 0).Text = "This is a note test!" FpSpread1.ActiveSheet.SetNote(0, 0, "I am a note!") FpSpread1.ActiveSheet.ShowNotes(True)
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
SheetView Class
SheetView Members
Note Property
GetNote Method
SetNote Method