ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / GridCell Class / ColSpan Property

In This Topic
    ColSpan Property (GridCell)
    In This Topic
    Gets or sets a number of columns the cell spans.
    Syntax
    'Declaration
     
    Public Property ColSpan As Integer
    public int ColSpan {get; set;}

    Property Value

    An System.Int32 value indicating the number of columns the cell spans. Default is 1.
    See Also