TableVectorCollection Class Members
In This Topic
The following tables list the members exposed by TableVectorCollection.
Public Properties
| Name | Description |
| 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. |
| Groups | Gets the TableVectorGroupCollection object representing the groups of vectors (rows or columns) defined on the current collection. |
| Owner | Gets the RenderTable object containing the current collection. |
| VectorCount | Gets the physical count of vectors (rows or columns) currently stored in this TableVectorCollection. |
Top
Public Methods
See Also