The TableVectorGroupCollection type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another TableVectorGroupCollection to the current object.
Public method Clear
Clears the current FastList.
(Inherited from FastList.)
Public method FindGroup
Searches the current collection for a group with the specified position (row or column index) in the containing table, and count of elements.
Public method 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.
Public method 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.
Public method GetColumnFooter
Gets the group of rows or columns which has the ColumnFooter property set to true.
Public method GetColumnHeader
Gets the group of rows or columns which has the ColumnHeader property set to true.
Public method GetPageFooter
Gets the group of rows or columns which has the PageFooter property set to true.
Public method GetPageHeader
Gets the group of rows or columns which has the PageHeader property set to true.
Public method 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.)

See Also