ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ICellContents Interface / RowSpan Property

In This Topic
    RowSpan Property (ICellContents)
    In This Topic
    Gets the number of rows this cell spans.
    Syntax
    'Declaration
     
    ReadOnly Property RowSpan As Integer
    int RowSpan {get;}

    Property Value

    An System.Int32 representing the number of rows this cell spans.
    See Also