ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 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 System.Integer _
    ) As System.Collections.ArrayList
    public System.Collections.ArrayList FindGroupsAtPos( 
       System.int position
    )

    Parameters

    position
    The row or column index.

    Return Value

    The array of TableVectorGroup objects that were found.
    See Also