GetRanges Method (IAxisGroupProvider)
In This Topic
Gets the list of ranges.
Syntax
'Declaration
Function GetRanges( _
ByVal As IRange, _
ByVal As System.Integer _
) As System.Collections.Generic.IList(Of IRange)
System.Collections.Generic.IList<IRange> GetRanges(
IRange ,
System.int
)
Parameters
- range
- level
See Also