PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / UserCellGroupCollection Class / FindGroupsAtPos Method
The row index of the cell.
The column index of the cell.

In This Topic
    FindGroupsAtPos Method (UserCellGroupCollection)
    In This Topic
    Finds all user cell groups (objects of type UserCellGroup) that contain the cell at the specified row and column indices.
    Syntax
    'Declaration
     
    Public Function FindGroupsAtPos( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As ArrayList
    public ArrayList FindGroupsAtPos( 
       int row,
       int col
    )

    Parameters

    row
    The row index of the cell.
    col
    The column index of the cell.

    Return Value

    A System.Collections.ArrayList containing all UserCellGroup objects from the current collection that contain the cell at the specified position in the table.
    See Also