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

In This Topic
    TableVectorGroupCollection Class Members
    In This Topic

    The following tables list the members exposed by TableVectorGroupCollection.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether at least one group in the current collection of row/column groups is data bound.  
    Public PropertyGets a combination of DataBindingModeEnum flags specifying the data binding mode of the current collection of row/column groups. This property returns:  
    Public PropertyGets the row or column group that has the specified position in the containing table and element count. This property always returns a TableVectorGroup object. If the group with the specified parameters did not exist, it is created and added to the current collection.  
    Public PropertyGets the RenderTable containing the current collection of row or column groups.  
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another TableVectorGroupCollection to the current object.  
    Public MethodSearches the current collection for a group with the specified position (row or column index) in the containing table, and count of elements.  
    Public MethodSearches the current collection for all groups that contain the row or column with the specified index in the containing table, returns the array of all groups that were found.  
    Public MethodGets the bound of the current group collection, i.e. the index of the last row or column in the contained groups plus 1.  
    Public MethodGets the group of rows or columns which has the TableVectorGroup.ColumnFooter property set to true.  
    Public MethodGets the group of rows or columns which has the TableVectorGroup.ColumnHeader property set to true.  
    Public MethodGets the group of rows or columns which has the TableVectorGroup.PageFooter property set to true.  
    Public MethodGets the group of rows or columns which has the TableVectorGroup.PageHeader property set to true.  
    Top
    See Also