Table of Contents

TXlsFile.GetFormat Method

Returns the format definition for a given format index. Note that this method will only return Cell formats. If you want to read a Style format, use TExcelFile.GetStyle(Integer)

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetFormat(const XF: Integer): TFlxFormat; override;

Parameters

<-> Parameter Type Description
const XF Integer Format index 0-Based

Returns

Format definition

See also