Table of Contents

TXlsFile.GetFormatHorizontalAlign Method

Returns the horizontal alignment of a cell. Used to improve performance when we don't need the full format.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetFormatHorizontalAlign(const row: Integer; const col: Integer): THFlxAlignment; override;

Parameters

<-> Parameter Type Description
const row Integer
const col Integer

See also