Table of Contents

TExcelFile.GetFormatWraps Method

Returns the if the cell can wrap. Used to improve performance when we don't need the full format.

Syntax

Unit: FlexCel.Core

function TExcelFile.GetFormatWraps(const row: Integer; const col: Integer; const testAlignment: THFlxAlignment): Boolean; virtual; abstract;

Parameters

<-> Parameter Type Description
const row Integer
const col Integer
const testAlignment THFlxAlignment Alignment to be tested.

See also