'Declaration Public Overrides Function Find( _ ByVal row As Integer, _ ByVal column As Integer _ ) As CellRange
'Usage Dim instance As DefaultSheetSpanModel 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 the cell
Return Value
CellRange object containing the cell range that contains the specified cell