Returns the format definition for a given format index. Note that this method will only return Cell formats. If you want to read a Style format, use GetStyle(Integer)
Syntax
Unit: FlexCel.Core
function TExcelFile.GetFormat(const XF: Integer): TFlxFormat; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
XF |
Integer |
Format index 0-Based |
Returns
Format definition
See also