Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableVectorGroupCollection Class / GetBound Method

In This Topic
    GetBound Method
    In This Topic
    Gets the bound of the current group collection, i.e. the index of the last row or column in the contained groups plus 1.
    Syntax
    'Declaration
     
    Public Function GetBound() As Integer
    public int GetBound()

    Return Value

    The bound of the current group collection.
    See Also