MESCIUS SPREAD for Windows Forms 15.0J
GetNoteBounds(Int32,Int32) メソッド
使用例 

セルの行インデックス
セルの列インデックス
NoteStyle が StickyNote の場合、指定したセルのセル ノートの矩形を取得します。
構文
'宣言
 
Public Function GetNoteBounds( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Rectangle
public Rectangle GetNoteBounds( 
   int row,
   int column
)

パラメータ

row
セルの行インデックス
column
セルの列インデックス
使用例
次のサンプルコードは、GetNoteBoundsメソッドを使用します。
fpSpread1.Sheets[0].SetNote(0, 0, "test");
fpSpread1.Sheets[0].Cells[0, 0].NoteStyle = FarPoint.Win.Spread.NoteStyle.StickyNote;
listBox1.Items.Add(fpSpread1.Sheets[0].GetNoteBounds(0,0).ToString());
FpSpread1.Sheets(0).SetNote(0, 0, "test")
FpSpread1.Sheets(0).Cells(0, 0).NoteStyle = FarPoint.Win.Spread.NoteStyle.StickyNote
listBox1.Items.Add(FpSpread1.Sheets(0).GetNoteBounds(0,0).ToString())
参照

SheetView クラス
SheetView メンバ

 

 


© MESCIUS inc. All rights reserved.