C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TableVectorGroupCollection Class / FindGroup Method
The starting position (row or column index) of the group in the containing table.
The count of rows or columns in the group.

In This Topic
FindGroup Method
In This Topic
Searches the current collection for a group with the specified position (row or column index) in the containing table, and count of elements.
Syntax
'Declaration
 
Public Function FindGroup( _
   ByVal position As Integer, _
   ByVal count As Integer _
) As TableVectorGroup
 

Parameters

position
The starting position (row or column index) of the group in the containing table.
count
The count of rows or columns in the group.

Return Value

The group matching the search criteria, or null if such group does not exist.
See Also