Table of Contents

ExcelFile.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.Core

public abstract 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