Table of Contents

XlsFile.GetColOutlineLevel Method

Returns the Outline level for a column.

Syntax

Namespace: FlexCel.XlsAdapter

public override Int32 GetColOutlineLevel(Int32 col)

Parameters

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

Returns

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

See also