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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > GetCellRect メソッド : GetCellRect(Int32,Int32,Boolean) メソッド
Row index.
Column index.
Whether to scroll the cell into view before calculating the rectangle.
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, _
   ByVal show As System.Boolean _
) As System.Drawing.Rectangle
public System.Drawing.Rectangle GetCellRect( 
   System.int row,
   System.int col,
   System.bool show
)

パラメータ

row
Row index.
col
Column index.
show
Whether to scroll the cell into view before calculating the rectangle.

戻り値の型

A System.Drawing.Rectangle object with the coordinates of the cell, in pixels and relative to the control's client area.
解説
This property is useful if you need to implement custom editors or other elements that need to be positioned over cells.
参照

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