Table of Contents

ExcelFile.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 DefaultRowHeight will be used.

Syntax

Namespace: FlexCel.Core

public abstract Boolean DefaultRowHeightAutomatic { get; set; }

See also