PowerTools SPREAD for Windows Forms 8.0J
ResetNoteIndicatorPosition メソッド (Row)


この行のセルのノートインジケーターの位置をデフォルト値にリセットします。
構文
'Declaration
 
Public Sub ResetNoteIndicatorPosition() 
'使用法
 
Dim instance As Row
 
instance.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 メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.