ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableCell Class / SpanCols Property

In This Topic
    SpanCols Property (TableCell)
    In This Topic
    Gets or sets the number of columns spanned by the current cell. Cannot be less than 1, which is the default.
    Syntax
    'Declaration
     
    Public Property SpanCols As System.Integer
    public System.int SpanCols {get; set;}
    See Also