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

In This Topic
    TableVectorCollection Class Members
    In This Topic

    The following tables list the members exposed by TableVectorCollection.

    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.  
    Public PropertyGets the TableVectorGroupCollection object representing the groups of vectors (rows or columns) defined on the current collection.  
    Public PropertyGets the RenderTable object containing the current collection.  
    Public PropertyGets the physical count of vectors (rows or columns) currently stored in this TableVectorCollection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Deletes a range of rows or columns from the containing RenderTable.  
    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 GetVectorSize for details).  
    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 GetVectorSize for details).  
    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).  
    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 GetVectorSize for details).  
    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 GetVectorSize for details).  
    Public MethodOverloaded. Inserts a range of rows or columns into the containing RenderTable.  
    Top
    See Also