MESCIUS SPREAD for Windows Forms 15.0J
GetNoteBounds メソッド
使用例 

NoteStyle が StickyNote の場合、指定したセルのセル ノートの矩形を取得します。
オーバーロード一覧
オーバーロード解説
GetNoteBounds(Int32,Int32)NoteStyle が StickyNote の場合、指定したセルのセル ノートの矩形を取得します。  
使用例
次のサンプル コードは、セル ノートの境界を返します。
fpSpread1.ActiveSheet.SetNote(2, 0, "Head of Development");
fpSpread1.ActiveSheet.Cells(2, 0).NoteStyle = FarPoint.Win.Spread.NoteStyle.StickyNote;
Rectangle r = fpSpread1.ActiveSheet.GetNoteBounds(2, 0);
MessageBox.Show(r.Height.ToString());
FpSpread1.ActiveSheet.SetNote(2, 0, "Head of Development")
FpSpread1.ActiveSheet.Cells(2, 0).NoteStyle = FarPoint.Win.Spread.NoteStyle.StickyNote
Dim r As Rectangle = FpSpread1.ActiveSheet.GetNoteBounds(2, 0)
MessageBox.Show(r.Height.ToString())
参照

SheetView クラス
SheetView メンバ

 

 


© MESCIUS inc. All rights reserved.