Table of Contents

TXlsFile.SetColOutlineLevel Method

Sets the Outline level for a column range.

Syntax

Unit: FlexCel.XlsAdapter

procedure TXlsFile.SetColOutlineLevel(const firstCol: Integer; const lastCol: Integer; const level: Integer); overload; override;

Parameters

<-> Parameter Type Description
const firstCol Integer Column index of the first column on the range. (1 based)
const lastCol Integer Column index of the last column on the range. (1 based)
const level Integer Outline level. must be between 0 and 7.

See also