FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > SheetView クラス : ShowNotes メソッド |
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)