[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.Split.OnGetCellRange

OnGetCellRange Method

OnGetCellRange(int, int)

Returns the upper and lower bounds for a merged column.

Declaration
protected virtual Split.CellRange OnGetCellRange(int row, int col)
Parameters
Type Name Description
int row

Starting row

int col

Starting colum.

Returns
Type Description
Split.CellRange

The CellRange object that defines the rows and columns for a merged cell.