ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / XlsxDataExportSettings Class / AutoRowsHeight Property

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

    Property Value

    A BoolDefaultExportSetting object indicating whether rows height should be automatically adjusted. 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