Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableVectorGroup Class / SpanVectors Property

In This Topic
    SpanVectors Property
    In This Topic
    Gets or sets an array of table vectors' (rows or columns) ordinals that will span over the whole group. This property is used only in databound tables, and allows to specify the number of vectors in which the cells will be merged for the current vector group.
    Syntax
    'Declaration
     
    Public Property SpanVectors As Integer()
    public int[] SpanVectors {get; set;}
    See Also