'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.
'Usage Dim instance As ISheetSpanModel Dim row As Integer Dim column As Integer Dim value As CellRange value = instance.Find(row, column)