Table of Contents

TXlsFile.IsRowMarkedForAutofit Method

Returns true is a row is marked for autofit.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.IsRowMarkedForAutofit(const row: Integer): Boolean; override;

Parameters

<-> Parameter Type Description
const row Integer Row number(1 based)

See also