FindGroupsAtPos Method (TableVectorGroupCollection)
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 Function FindGroupsAtPos( _
ByVal As Integer _
) As ArrayList
Parameters
- position
- The row or column index.
Return Value
The array of
TableVectorGroup objects that were found.