[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Excel.Section.XlsExport.AutoRowHeight

AutoRowHeight Property

AutoRowHeight

True if excel should set the height of the row based on the contents of that row. Otherwise the XlsExport will calculate the height of the rows. In some cases this may make the output look better inside excel. However, a value of true may adversely effect pagination when printing from excel, as it will often cause excel to stretch the height of the page.

Declaration
public bool AutoRowHeight { get; set; }
Remarks

Normally this property would not be true when UseCellMerging is true.