Table of Contents

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

Syntax

Namespace: FlexCel.Core

public abstract TFlxFormat GetFormat(Int32 XF)

Parameters

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

Returns

Format definition

See also