[]
        
(Showing Draft Content)

C1.C1Preview.TableVectorGroupCollection.FindGroupsAtPos

FindGroupsAtPos Method

FindGroupsAtPos(int)

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.

Declaration
public ArrayList FindGroupsAtPos(int position)
Public Function FindGroupsAtPos(position As Integer) As ArrayList
Parameters
Type Name Description
int position

The row or column index.

Returns
Type Description
ArrayList

The array of TableVectorGroup objects that were found.