[]
Gets the range of cells that are spanned at a specified cell on this sheet.
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 specified cell |
| int | column | Column index of the specified cell |
| Type | Description |
|---|---|
| CellRange | CellRange object that contains the span information, or null if no span exists |