[]
Finds the cell span in the collection that includes the cell at the specified row and column.
public virtual CellRange Find(int row, int column)
Public Overridable Function Find(row As Integer, column As Integer) As CellRange
Type | Name | Description |
---|---|---|
int | row | Row index of cell |
int | column | Column index of cell |
Type | Description |
---|---|
CellRange | The cell span in the collection. |