The TableVectorCollection type exposes the following members.

Properties

  Name Description
Public property Count
Gets or sets the logical count of vectors (rows or columns) in the current collection. Setting this property to -1 (which is the default) ensures that Count is calculated automatically.
Public property Groups
Gets the TableVectorGroupCollection object representing the groups of vectors (rows or columns) defined on the current collection.
Public property Owner
Gets the RenderTable object containing the current collection.
Public property VectorCount
Gets the physical count of vectors (rows or columns) currently stored in this TableVectorCollection.

See Also