Table of Contents

XlsFile.SetColOutlineLevel Method

Sets the Outline level for a column range.

Syntax

Namespace: FlexCel.XlsAdapter

public override void SetColOutlineLevel(Int32 firstCol, Int32 lastCol, Int32 level)

Parameters

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

See also