CellRange Find( int row, int column )
'Declaration Function Find( _ ByVal row As Integer, _ ByVal column As Integer _ ) As CellRange
'Declaration
Function Find( _ ByVal row As Integer, _ ByVal column As Integer _ ) As CellRange
'Usage Dim instance As ISheetSpanModel Dim row As Integer Dim column As Integer Dim value As CellRange value = instance.Find(row, column)
'Usage
Dim instance As ISheetSpanModel Dim row As Integer Dim column As Integer Dim value As CellRange value = instance.Find(row, column)
ISheetSpanModel Interface ISheetSpanModel Members