ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / BaseXlsFullExportSettings Class / AutoRowHeight Property

In This Topic
    AutoRowHeight Property (BaseXlsFullExportSettings)
    In This Topic
    Gets or sets a value indicating whether to automatically adjust the row height.
    Syntax
    'Declaration
     
    Public Property AutoRowHeight As BoolDefaultExportSetting
    public BoolDefaultExportSetting AutoRowHeight {get; set;}

    Property Value

    A BoolDefaultExportSetting object indicating whether auto row height is enabled. Set to true if Excel should set the height of the row based on the contents of that row. Otherwise, Active Reports will calculate the height of the rows.
    See Also