Table of Contents

TXlsFile.IsNotFormattedCol Method

True if the specified column does not have any format applied on it.

Syntax

Unit: FlexCel.XlsAdapter

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

Parameters

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

See also