Table of Contents

XlsFile.IsOutlineNodeRow Method

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

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean IsOutlineNodeRow(Int32 row)

Parameters

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

Returns

True if the node has a "+" mark.

See also