ComponentOne Reports for WPF
C1.C1Preview Namespace / TableColCollection Class
Properties Methods

In This Topic
    TableColCollection Class Members
    In This Topic

    The following tables list the members exposed by TableColCollection.

    Public Properties
     NameDescription
    Public PropertyGets 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 C1.C1Preview.TableVectorCollection)
    Public PropertyOverridden. Gets the collection of column groups defined on the containing RenderTable.  
    Public PropertyGets 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 to get a column without creating it.  
    Public PropertyGets the RenderTable object containing the current collection. (Inherited from C1.C1Preview.TableVectorCollection)
    Public PropertyGets the physical count of vectors (rows or columns) currently stored in this TableVectorCollection. (Inherited from C1.C1Preview.TableVectorCollection)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Deletes a range of rows or columns from the containing RenderTable. (Inherited from C1.C1Preview.TableVectorCollection)
    Public MethodReturns the TableCol with the specified index (the TableVector.Ordinal of the column), or null if that TableCol object has not been initialized.  
    Public MethodReturns the value of the TableVector.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 TableVectorCollection.GetVectorSize for details). (Inherited from C1.C1Preview.TableVectorCollection)
    Public MethodReturns the value of the TableVector.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 TableVectorCollection.GetVectorSize for details). (Inherited from C1.C1Preview.TableVectorCollection)
    Public MethodReturns 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 C1.C1Preview.TableVectorCollection)
    Public MethodReturns 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 TableVectorCollection.GetVectorSize for details). (Inherited from C1.C1Preview.TableVectorCollection)
    Public MethodReturns the value of the TableVector.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 TableVectorCollection.GetVectorSize for details). (Inherited from C1.C1Preview.TableVectorCollection)
    Public MethodOverloaded. Inserts a range of rows or columns into the containing RenderTable. (Inherited from C1.C1Preview.TableVectorCollection)
    Top
    See Also