TXlsFile.IsOutlineNodeRow Method
Returns true when the row is the one that is used for collapsing an outline. (it has a "+" at the left).
Syntax
Unit: FlexCel.XlsAdapter
function TXlsFile.IsOutlineNodeRow(const row: Integer): Boolean; override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
row |
Integer |
Row to test (1 based) |
Returns
True if the node has a "+" mark.
See also