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