PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / TableVectorGroupCollection Class / FindGroupsAtPos Method
The row or column index.

In This Topic
    FindGroupsAtPos Method (TableVectorGroupCollection)
    In This Topic
    Searches the current collection for all groups that contain the row or column with the specified index in the containing table, returns the array of all groups that were found.
    Syntax
    'Declaration
     
    Public Function FindGroupsAtPos( _
       ByVal position As Integer _
    ) As ArrayList
    public ArrayList FindGroupsAtPos( 
       int position
    )

    Parameters

    position
    The row or column index.

    Return Value

    The array of TableVectorGroup objects that were found.
    See Also