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 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.
Protected method FindObjectIndex
Performs a fast search for the specified object within the current FastList.
(Inherited from FastList.)
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.
Protected method Remove
Removes the specified element from the current list.
(Inherited from FastList.)
Protected method RemoveAt
Removes the element at the specified index from the current list.
(Inherited from FastList.)

Properties

  Name Description
Public property DataBindingDefined
Gets a value indicating whether at least one group in the current collection of row/column groups is data bound.
Public property DataBindingMode
Gets a combination of DataBindingModeEnum flags specifying the data binding mode of the current collection of row/column groups. This property returns:
  • None if no groups in the collection are data bound;
  • List if at least one group in the collection is data bound.
Public property Item
Gets the row or column group that has the specified position in the containing table and element count. This property always returns a TableVectorGroup object. If the group with the specified parameters did not exist, it is created and added to the current collection.
Public property Table
Gets the RenderTable containing the current collection of row or column groups.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IList..::..Add (Inherited from FastList.)

See Also