'Usage Dim instance As ISheetSpanModel Dim row As Integer Dim column As Integer Dim value As CellRange value = instance.Find(row, column)
Parameters
- row
- Row index of the cell.
- column
- Column index of cell.
Return Value
CellRange object containing the range of cells spanned