ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDRow Class / Height Property

In This Topic
    Height Property (DDRow)
    In This Topic
    Gets or sets the height for the row in 1/20 points.
    Syntax
    'Declaration
     
    Public Property Height As Integer
    public int Height {get; set;}

    Property Value

    An System.Int32 value representing the height for the row in 1/20 points.
    Remarks
    By default, SpreadBuilder will set rows to 12.75 points (or 255 in twips).
    See Also