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

In This Topic
    AutoSize Property (DDRow)
    In This Topic
    Gets or sets whether Excel should automatically determine the height of the row based on it's contents.
    Syntax
    'Declaration
     
    Public Property AutoSize As Boolean
    public bool AutoSize {get; set;}

    Property Value

    A System.Boolean representing whether Excel should automatically determine the height of the row based on it's contents.
    See Also