[]
Returns the upper and lower bounds for a merged column.
protected virtual Split.CellRange OnGetCellRange(int row, int col)
Type | Name | Description |
---|---|---|
int | row | Starting row |
int | col | Starting colum. |
Type | Description |
---|---|
Split.CellRange | The CellRange object that defines the rows and columns for a merged cell. |