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

In This Topic
    AutoSize Property (DDRow)
    In This Topic
    Sets or returns whether excel will will automatically determine the row's height based it's contents.
    Syntax
    'Declaration
     
    Public Property AutoSize As Boolean
    public bool AutoSize {get; set;}
    See Also