The TableColCollection type exposes the following members.

Methods

  Name Description
Public method Delete(Int32)
Deletes a row or column from the containing RenderTable.
(Inherited from TableVectorCollection.)
Public method Delete(Int32, Int32)
Deletes a range of rows or columns from the containing RenderTable.
(Inherited from TableVectorCollection.)
Public method FindCol
Returns the TableCol with the specified index (the Ordinal of the column), or null if that TableCol object has not been initialized.
Protected method FindObjectIndex
Performs a fast search for the specified object within the current FastList.
(Inherited from FastList.)
Protected method GetDefaultSplitBehavior (Overrides TableVectorCollection..::..GetDefaultSplitBehavior()()()().)
Public method GetVectorCanSplit
Returns the value of the CanSplit property of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in GetVectorSize(Int32) for details).
(Inherited from TableVectorCollection.)
Public method GetVectorPageBreakBehavior
Returns the value of the PageBreakBehavior property of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in GetVectorSize(Int32) for details).
(Inherited from TableVectorCollection.)
Public method GetVectorSize
Returns the size (height for rows, width for columns) of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized (see remarks for details).
(Inherited from TableVectorCollection.)
Public method GetVectorSizingMode
Returns the effective TableSizingModeEnum of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in GetVectorSize(Int32) for details).
(Inherited from TableVectorCollection.)
Public method GetVectorVisible
Returns the value of the Visible property of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in GetVectorSize(Int32) for details).
(Inherited from TableVectorCollection.)
Public method Insert(Int32)
Inserts a row or column into the containing RenderTable.
(Inherited from TableVectorCollection.)
Public method Insert(Int32, Int32)
Inserts a range of rows or columns into the containing RenderTable.
(Inherited from TableVectorCollection.)
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 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.
(Inherited from TableVectorCollection.)
Public property Groups
Gets the collection of column groups defined on the containing RenderTable.
(Overrides TableVectorCollection..::..Groups.)
Public property 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 FindCol(Int32) to get a column without creating it.
Public property Owner
Gets the RenderTable object containing the current collection.
(Inherited from TableVectorCollection.)
Public property VectorCount
Gets the physical count of vectors (rows or columns) currently stored in this TableVectorCollection.
(Inherited from TableVectorCollection.)

Explicit Interface Implementations

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

See Also