Finds all user cell groups (objects of type UserCellGroup)
that contain the cell at the specified row and column indices.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public ArrayList FindGroupsAtPos( int row, int col ) |
Visual Basic |
---|
Public Function FindGroupsAtPos ( _ row As Integer, _ col As Integer _ ) As ArrayList |
Parameters
- row
- Type: System..::..Int32
The row index of the cell.
- col
- Type: System..::..Int32
The column index of the cell.