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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > GetCellRect メソッド : GetCellRect(Int32,Int32) メソッド
Row index.
Column index.
Gets a System.Drawing.Rectangle object with the coordinates of the cell within the control.
シンタックス
'宣言
 
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
Row index.
col
Column index.
解説

This property is useful if you need to implement custom editors or other elements that need to be positioned over cells.

This method does not ensure the cell is visible.

参照

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