Table of Contents

XlsFile.GetRowOutlineLevel Method

Returns the Outline level for a row.

Syntax

Namespace: FlexCel.XlsAdapter

public override Int32 GetRowOutlineLevel(Int32 row)

Parameters

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

Returns

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

See also