'Declaration Protected Overridable Function OnGetCellRange( _ ByVal row As System.Integer, _ ByVal col As System.Integer _ ) As Split.CellRange
protected virtual Split.CellRange OnGetCellRange( System.int row, System.int col )
Parameters
- row
- Starting row
- col
- Starting colum.
Return Value
The CellRange object that defines the rows and columns for a merged cell.