MESCIUS SPREAD for Windows Forms 15.0J
ResetNote メソッド
使用例 

空にするセルのノートをリセットします。
構文
'宣言
 
Public Sub ResetNote() 
public void ResetNote()
使用例
次のサンプルコードは、ResetNoteメソッドを使用します。
FarPoint.Win.Spread.Cell acell;
acell = fpSpread1.ActiveSheet.Cells[0, 0];
fpSpread1.ActiveSheet.Cells[0, 0].Text = "Note Test";
acell.Note = "This is a note";
acell.ResetNote();
Dim acell As FarPoint.Win.Spread.Cell
acell = FpSpread1.ActiveSheet.Cells(0, 0)
FpSpread1.ActiveSheet.Cells(0, 0).Text = "Note Test"
acell.Note = "This is a note"
acell.ResetNote()
参照

Cell クラス
Cell メンバ

 

 


© MESCIUS inc. All rights reserved.