Table of Contents

TFlxFormat.CreateStandard2007 Method

Returns a standard TFlxFormat for Excel 2007. (Font name is Calibri, etc). You will normally want to use ExcelFile.GetDefaultFormat instead of this, since it returns the default format for a specific file, and not a generic format like this.

Syntax

Namespace: FlexCel.Core

public static TFlxFormat CreateStandard2007()

See also