Table of Contents

TExcelFile.GetColFormat Method

Overloads

TExcelFile.GetColFormat(Integer)

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

Syntax

Unit: FlexCel.Core

function TExcelFile.GetColFormat(const col: Integer): Integer; overload; virtual; abstract;

Parameters

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

Returns

XF format.

See also

TExcelFile.GetColFormat(Integer, Integer)

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

Syntax

Unit: FlexCel.Core

function TExcelFile.GetColFormat(const sheet: Integer; const col: Integer): Integer; overload; virtual; abstract;

Parameters

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

Returns

XF format.

See also