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

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

    Property Value

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