Public Function Grouping_InfoGroupIndex (
GroupDefIndex As Integer,
Optional RowIndex As Long = -1
) As Long
The group definition index.
The row index, or the current iterated row in the underlying DataList if omitted. (Iteration is normally used)
Dim obj As New xf_DataListExt
Dim i As Long
i = obj.Grouping_InfoGroupIndex(GroupDefIndex)
i = obj.Grouping_InfoGroupIndex(GroupDefIndex, RowIndex)
Debug.Print lstExt.Grouping_InfoGroupIndex(2)