Gets a sequence of indexes for the grouping.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public IEnumerable<int> GetIndexes(
int rowIndex,
int columnIndex
)
Public Function GetIndexes (
rowIndex As Integer,
columnIndex As Integer
) As IEnumerable(Of Integer)
public:
virtual IEnumerable<int>^ GetIndexes(
int rowIndex,
int columnIndex
) sealed
abstract GetIndexes :
rowIndex : int *
columnIndex : int -> IEnumerable<int>
override GetIndexes :
rowIndex : int *
columnIndex : int -> IEnumerable<int>
Parameters
- rowIndex
- Type: SystemInt32
The zero-based index of the row of the group. - columnIndex
- Type: SystemInt32
The zero-based index of the column of the group.
Return Value
Type:
IEnumerableInt32A sequence of indexes.
Implements
IPivotGetIndexes(Int32, Int32)
Reference