[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.GetCellRectEditor

GetCellRectEditor Method

GetCellRectEditor(int, int)

Gets a rectangle representing the coordinates of a cell editor.

Declaration
protected virtual Rectangle GetCellRectEditor(int row, int col)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

Returns
Type Description
Rectangle

Rectangle used to position the cell editor.

Remarks

This method is for internal use. It allows inherited classes to customize the way cell geometry is calculated.