'Declaration Public Function Find( _ ByVal index As System.Integer, _ ByVal level As System.Integer _ ) As RangeGroupInfo
'Usage Dim instance As RangeGroup Dim index As System.Integer Dim level As System.Integer Dim value As RangeGroupInfo value = instance.Find(index, level)
public RangeGroupInfo Find( System.int index, System.int level )
Parameters
- index
- The index of the row or column.
- level
- The level of the outline (range group).
Return Value
Returns the specified range group.