PowerTools SPREAD for Windows Forms 8.0J
NoteIndicatorSize プロパティ (AlternatingRow)


この行のセルのノートインジケーターのデフォルトサイズを取得または設定します。
構文
'Declaration
 
Public Property NoteIndicatorSize As Size
'使用法
 
Dim instance As AlternatingRow
Dim value As Size
 
instance.NoteIndicatorSize = value
 
value = instance.NoteIndicatorSize
public Size NoteIndicatorSize {get; set;}
例外
例外説明
System.ArgumentOutOfRangeException指定された値が範囲外です。幅と高さは0〜9,999,999ピクセルにする必要があります。
次のサンプルコードは、ノートインジケーターのサイズを設定します。
fpSpread1.ActiveSheet.AlternatingRows[0].NoteIndicatorSize = new Size(10, 10);
fpSpread1.ActiveSheet.SetNote(0, 0, "Test");
FpSpread1.ActiveSheet.AlternatingRows(0).NoteIndicatorSize = New Size(10, 10)
FpSpread1.ActiveSheet.SetNote(0, 0, "Test")
参照

AlternatingRow クラス
AlternatingRow メンバ

 

 


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