Table of Contents

TXlsFile.GetRowFormat Method

Overloads

TXlsFile.GetRowFormat(Integer)

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

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetRowFormat(const row: Integer): Integer; overload; override;

Parameters

<-> Parameter Type Description
const row Integer Row index (1-based)

Returns

XF format.

See also

TXlsFile.GetRowFormat(Integer, Integer)

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

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetRowFormat(const sheet: Integer; const row: Integer): Integer; overload; override;

Parameters

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

Returns

XF format.

See also