[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.Split.GetCellBounds

GetCellBounds Method

GetCellBounds(int, int)

Returns the Rectangle for the given Row and Column

Declaration
public virtual Rectangle GetCellBounds(int Row, int Col)
Parameters
Type Name Description
int Row

Visible row number

int Col

Visible column index

Returns
Type Description
Rectangle