ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / LineInfo Class / RowBottom Property

In This Topic
    RowBottom Property
    In This Topic
    Gets or sets row containing the lower right corner of the object's bounding rectangle.
    Syntax
    'Declaration
     
    Public Property RowBottom As Integer
    public int RowBottom {get; set;}

    Property Value

    An System.Int32 value, representing the number of row containing the lower right corner of the object's bounding rectangle.
    Remarks
    Cannot be negative.
    See Also