Table of Contents

XlsFile.DefaultRowHeightAutomatic Property

When this property is true, the row height for empty rows is calculated with the height of the "Normal" font and will change if you change the Normal style. When false, the value in ExcelFile.DefaultRowHeight will be used.

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean DefaultRowHeightAutomatic { get; set; }

See also