Table of Contents

XlsFile.GetFormat Method

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 ExcelFile.GetStyle(Int32)

Syntax

Namespace: FlexCel.XlsAdapter

public override TFlxFormat GetFormat(Int32 XF)

Parameters

<-> Parameter Type Description
XF Int32 Format index 0-Based

Returns

Format definition

See also