MESCIUS SPREAD for Windows Forms 15.0J
ResetNoteIndicatorPosition メソッド (Row)
使用例 

この行のセルのノートインジケーターの位置をデフォルト値にリセットします。
構文
'宣言
 
Public Sub ResetNoteIndicatorPosition() 
public void ResetNoteIndicatorPosition()
使用例
次のサンプルコードは、ResetNoteIndicatorPositionメソッドを使用します。
fpSpread1.ActiveSheet.SetNote(2, 0, "Test");
fpSpread1.ActiveSheet.Rows[2].NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft;
fpSpread1.ActiveSheet.Rows[2].ResetNoteIndicatorPosition();
FpSpread1.ActiveSheet.SetNote(2, 0, "Test")
FpSpread1.ActiveSheet.Rows(2).NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft
FpSpread1.ActiveSheet.Rows(2).ResetNoteIndicatorPosition()
参照

Row クラス
Row メンバ

 

 


© MESCIUS inc. All rights reserved.