Table of Contents

TXlsFile.GetColOutlineLevel Method

Returns the Outline level for a column.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetColOutlineLevel(const col: Integer): Integer; override;

Parameters

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

Returns

Outline level for a column. It is a number between 0 and 7.

See also