'宣言
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.