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

In This Topic
    Height Property (DDRow)
    In This Topic
    Sets/gets the height for the row in 1/20th of point. SpreadBuilder will default rows to 12.75 points (or 255 in twips).
    Syntax
    'Declaration
     
    Public Property Height As Integer
    public int Height {get; set;}
    See Also