Table of Contents

ExcelFile.IsOutlineNodeCollapsedRow Method

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

Syntax

Namespace: FlexCel.Core

public abstract Boolean IsOutlineNodeCollapsedRow(Int32 row)

Parameters

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

Returns

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

See also