Gets the bound of the current group collection, i.e. the index of the last row or column in the contained groups plus 1.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int GetBound()
Visual Basic
Public Function GetBound As Integer

Return Value

The bound of the current group collection.

See Also