Table of Contents

ExcelFile.IsOutlineNodeCollapsedCol Method

Returns true when the column is an outline node (it has a "+" at the top) and it is closed (all children are hidden).

Syntax

Namespace: FlexCel.Core

public abstract Boolean IsOutlineNodeCollapsedCol(Int32 col)

Parameters

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

Returns

True if the column contains a node and it is collapsed, false otherwise.

See also