Table of Contents

TXlsFile.GetColFormat Method

Overloads

TXlsFile.GetColFormat(Integer)

Gets the XF format for the specified column, -1 if the column doesn't have format.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetColFormat(const col: Integer): Integer; overload; override;

Parameters

<-> Parameter Type Description
const col Integer Column index (1-based)

Returns

XF format.

See also

TXlsFile.GetColFormat(Integer, Integer)

Gets the XF format for the specified column, -1 if the column doesn't have format.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetColFormat(const sheet: Integer; const col: Integer): Integer; overload; override;

Parameters

<-> Parameter Type Description
const sheet Integer Sheet index (1 based).
const col Integer Column index (1-based)

Returns

XF format.

See also