[]
Represents a collection of columns (objects of the TableCol type) in a RenderTable.
public class TableColCollection : TableVectorCollection, IList, ICollection, IEnumerable
Name | Description |
---|---|
Groups | Gets the collection of column groups defined on the containing RenderTable. |
this[int] | 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(int) to get a column without creating it. |
Name | Description |
---|---|
FindCol(int) | Returns the TableCol with the specified index (the Ordinal of the column), or null if that TableCol object has not been initialized. |