Table of Contents

TExcelFile.GetDefaultFormatNormalStyle Property

Returns Excel standard format for the normal style. "Normal" style applies to the headers "A", "B" ... at the top of the columns and "1", "2"... at the left of the rows. This method is the same as calling xls.GetStyle(xls.GetBuiltInStyleName(TBuiltInStyle.Normal, 0)) You normally will want to use GetDefaultFormat instead of this method.

Syntax

Unit: FlexCel.Core

property TExcelFile.GetDefaultFormatNormalStyle: TFlxFormat

See also