PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / TableVectorGroupCollection Class / FindGroup Method
The starting position (row or column index) of the group in the containing table.
The count of rows or columns in the group.

In This Topic
    FindGroup Method (TableVectorGroupCollection)
    In This Topic
    Searches the current collection for a group with the specified position (row or column index) in the containing table, and count of elements.
    Syntax
    'Declaration
     
    Public Function FindGroup( _
       ByVal position As Integer, _
       ByVal count As Integer _
    ) As TableVectorGroup
    public TableVectorGroup FindGroup( 
       int position,
       int count
    )

    Parameters

    position
    The starting position (row or column index) of the group in the containing table.
    count
    The count of rows or columns in the group.

    Return Value

    The group matching the search criteria, or null if such group does not exist.
    See Also