[]
Gets a rectangle representing the coordinates of a cell editor.
protected override Rectangle GetCellRectEditor(int row, int col)
Type | Name | Description |
---|---|---|
int | row | Row index. |
int | col | Column index. |
Type | Description |
---|---|
Rectangle | Rectangle used to position the cell editor. |
This method is for internal use. It allows inherited classes to customize the way cell geometry is calculated.