FlexGrid for WinForms
GetCellRect(Int32,Int32) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > GetCellRect メソッド : GetCellRect(Int32,Int32) メソッド
行インデックス。
列インデックス。
コントロール内のセルの座標で指定された System.Drawing.Rectangleオブジェクトを取得します。
シンタックス
'宣言
 
Public Overloads Function GetCellRect( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Drawing.Rectangle
public System.Drawing.Rectangle GetCellRect( 
   System.int row,
   System.int col
)

パラメータ

row
行インデックス。
col
列インデックス。
解説

このプロパティは、セル上に配置されるカスタムエディタなどの要素を実装する必要がある場合に便利です。

このメソッドは、セルが可視かどうかに関知しません。

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧