Returns the horizontal alignment of a cell. Used to improve performance when we don't need the full format.
Syntax
Unit: FlexCel.Core
function TExcelFile.GetFormatHorizontalAlign(const row: Integer; const col: Integer): THFlxAlignment; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
row |
Integer |
|
const |
col |
Integer |
|
See also