SpanVectors Property (TableVectorGroup)
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