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.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int[] SpanVectors { get; set; }
Visual Basic
Public Property SpanVectors As Integer()
	Get
	Set

See Also