Table of Contents

XlsFile.IsOutlineNodeCol Method

Returns true when the column is the one that is used for collapsing an outline. (it has a "+" at the top).

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean IsOutlineNodeCol(Int32 col)

Parameters

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

Returns

True if the node has a "+" mark.

See also