TExcelFile.GetColOutlineLevel Method
Returns the Outline level for a column.
Syntax
Unit: FlexCel.Core
function TExcelFile.GetColOutlineLevel(const col: Integer): Integer; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
col |
Integer |
Column index (1 based) |
Returns
Outline level for a column. It is a number between 0 and 7.
See also