Table of Contents

TXlsFile.GetColHidden Method

Returns true if the column is hidden.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetColHidden(const col: Integer): Boolean; override;

Parameters

<-> Parameter Type Description
const col Integer Column index (1 based)

Returns

True if the column is hidden.

See also