ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / IGridCell Interface / RowSpan Property

In This Topic
    RowSpan Property (IGridCell)
    In This Topic
    Gets the row span for this cell.
    Syntax
    'Declaration
     
    ReadOnly Property RowSpan As Integer
    int RowSpan {get;}

    Property Value

    The number of rows this cell spans as an System.Int32.
    See Also