Table of Contents

ITheme.FileFormat Method

Returns the file format normally associated with the theme. Note that multiple Excel version can use the same theme, so this method will return the latest Excel using this theme.

Syntax

Unit: FlexCel.Core

function ITheme.FileFormat: TExcelFileFormat; virtual; abstract;

See also