[]
Finds the cell span with the specified cell in the collection.
CellRange Find(int row, int column)
Function Find(row As Integer, column As Integer) As CellRange
| Type | Name | Description |
|---|---|---|
| int | row | Row index of the cell. |
| int | column | Column index of cell. |
| Type | Description |
|---|---|
| CellRange | The cell span in the collection. |