Table of Contents

ExcelFile.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

Namespace: FlexCel.Core

public TFlxFormat GetDefaultFormatNormalStyle { get; }

See also