Table of Contents

TXlsFile.IsColMarkedForAutofit Method

Returns true is a column is marked for autofit.

Syntax

Unit: FlexCel.XlsAdapter

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

Parameters

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

See also