[]
Gets the span of cells at a specified cell.
public virtual CellRange GetSpanCell(int row, int column)
Public Overridable Function GetSpanCell(row As Integer, column As Integer) As CellRange
Type | Name | Description |
---|---|---|
int | row | Row index of the cell |
int | column | Column index of the cell |
Type | Description |
---|---|
CellRange |