MESCIUS SPREAD for Windows Forms 15.0J
GetRowHeaderRectangle メソッド (SpreadView)
使用例 

ビューポート行インデックス
行ヘッダの矩形を取得します。
構文
'宣言
 
Public Function GetRowHeaderRectangle( _
   ByVal rowViewportIndex As Integer _
) As Rectangle
public Rectangle GetRowHeaderRectangle( 
   int rowViewportIndex
)

パラメータ

rowViewportIndex
ビューポート行インデックス

戻り値の型

行ヘッダのセル矩形を含む Rectangle オブジェクト
使用例
次のサンプルコードは、GetRowHeaderRectangleメソッドを使用します。
FarPoint.Win.Spread.SpreadView sv;
sv = fpSpread1.GetRootWorkbook();
listBox1.Items.Add(sv.GetRowHeaderRectangle(0));
Dim sv As FarPoint.Win.Spread.SpreadView
sv = fpSpread1.GetRootWorkbook()
ListBox1.Items.Add(sv.GetRowHeaderRectangle(0))
参照

SpreadView クラス
SpreadView メンバ

開発者ガイド

セルのクリック時の情報

 

 


© MESCIUS inc. All rights reserved.