PowerTools SPREAD for Windows Forms 8.0J
NoteIndicatorPosition プロパティ (Row)


この行のセルのノートインジケーターの位置を取得または設定します。
構文
'Declaration
 
Public Property NoteIndicatorPosition As NoteIndicatorPosition
'使用法
 
Dim instance As Row
Dim value As NoteIndicatorPosition
 
instance.NoteIndicatorPosition = value
 
value = instance.NoteIndicatorPosition
public NoteIndicatorPosition NoteIndicatorPosition {get; set;}
次のサンプルコードは、NoteIndicatorPositionプロパティを設定します。
fpSpread1.ActiveSheet.SetNote(2, 0, "Test");
fpSpread1.ActiveSheet.Rows[2].NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft;
FpSpread1.ActiveSheet.SetNote(2, 0, "Test")
FpSpread1.ActiveSheet.Rows(2).NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft
参照

Row クラス
Row メンバ

 

 


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