Table of Contents

TExcelFile.GetRowFormat Method

Overloads

TExcelFile.GetRowFormat(Integer)

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

Syntax

Unit: FlexCel.Core

function TExcelFile.GetRowFormat(const row: Integer): Integer; overload; virtual; abstract;

Parameters

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

Returns

XF format.

See also

TExcelFile.GetRowFormat(Integer, Integer)

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

Syntax

Unit: FlexCel.Core

function TExcelFile.GetRowFormat(const sheet: Integer; const row: Integer): Integer; overload; virtual; abstract;

Parameters

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

Returns

XF format.

See also