'Declaration Public Function GetRangeGroupInfo( _ ByVal level As Integer, _ ByVal isRowGroup As Boolean _ ) As RangeGroupInfo()
'Usage Dim instance As SheetView Dim level As Integer Dim isRowGroup As Boolean Dim value() As RangeGroupInfo value = instance.GetRangeGroupInfo(level, isRowGroup)
public RangeGroupInfo[] GetRangeGroupInfo( int level, bool isRowGroup )
Parameters
- level
- Level for the associated range group
- isRowGroup
- Whether the outline is a group of rows
Return Value
The collection of range groups with the specified level.