Gets or sets the number of columns spanned by the current cell. Cannot be less than 1, which is the default.

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

Syntax

C#
public int SpanCols { get; set; }
Visual Basic
Public Property SpanCols As Integer
	Get
	Set

See Also