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


セルのノートインジケーターのサイズを取得または設定します。
構文
'Declaration
 
Public Property NoteIndicatorSize As Size
'使用法
 
Dim instance As Cell
Dim value As Size
 
instance.NoteIndicatorSize = value
 
value = instance.NoteIndicatorSize
public Size NoteIndicatorSize {get; set;}

プロパティ値

セルノートインジケーターのサイズを含むSizeオブジェクト
次のサンプルコードは、ノートインジケーターのサイズを設定します。
fpSpread1.ActiveSheet.Cells[0, 0].NoteIndicatorSize = new Size(10, 10);
fpSpread1.ActiveSheet.SetNote(0, 0, "Test");
FpSpread1.ActiveSheet.Cells(0, 0).NoteIndicatorSize = New Size(10, 10)
FpSpread1.ActiveSheet.SetNote(0, 0, "Test")
参照

Cell クラス
Cell メンバ

 

 


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