'Declaration Public Function Find( _ ByVal index As Integer, _ ByVal level As Integer _ ) As RangeGroupInfo
'Usage Dim instance As RangeGroup Dim index As Integer Dim level As Integer Dim value As RangeGroupInfo value = instance.Find(index, level)
public RangeGroupInfo Find( int index, 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.