Public Function Grouping_InfoGroupRowIndex (
GroupDefIndex As Integer,
Optional RowIndex As Long = -1
) As Long
The row index within the group
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_InfoGroupRowIndex(GroupDefIndex)
i = obj.Grouping_InfoGroupRowIndex(GroupDefIndex, RowIndex)
Debug.Print lstExt.Grouping_InfoGroupIndex(2)