名前 | 解説 | |
---|---|---|
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. C1.C1Preview.TableVectorCollectionから継承されます。 | |
Groups | オーバーライドされます。 Gets the collection of column groups defined on the containing RenderTable. | |
Item | Gets the TableCol object corresponding to the column at the specified index in the containing RenderTable. Note that a TableCol will be created if it has not been initialized for that column index yet. Use TableColCollection.FindCol to get a column without creating it. | |
Owner | Gets the RenderTable object containing the current collection. C1.C1Preview.TableVectorCollectionから継承されます。 | |
VectorCount | Gets the physical count of vectors (rows or columns) currently stored in this TableVectorCollection. C1.C1Preview.TableVectorCollectionから継承されます。 |