Table of Contents

XlsFile.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.XlsAdapter

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