The TableVectorGroupCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
AssignFrom |
Assigns (copies) properties from another TableVectorGroupCollection to the current object.
|
|
Clear |
Clears the current FastList.
(Inherited from FastList.) |
|
FindGroup |
Searches the current collection for a group with the specified
position (row or column index) in the containing table, and count of elements.
|
|
FindGroupsAtPos |
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.
|
|
GetBound |
Gets the bound of the current group collection,
i.e. the index of the last row or column in the contained groups plus 1.
|
|
GetColumnFooter |
Gets the group of rows or columns which has the ColumnFooter
property set to true.
|
|
GetColumnHeader |
Gets the group of rows or columns which has the ColumnHeader
property set to true.
|
|
GetPageFooter |
Gets the group of rows or columns which has the PageFooter
property set to true.
|
|
GetPageHeader |
Gets the group of rows or columns which has the PageHeader
property set to true.
|
|
IndexOf |
Returns the index of the specified object in the current FastList.
(Performs a fast search using the FindObjectIndex(Object, Int32%) method.)
(Inherited from FastList.) |