Table of Contents

XlsFile.GetBuiltInFormat Method

Returns one of the 49 built in formats Excel supports. For more information see SetBuiltInFormat

Syntax

Namespace: FlexCel.XlsAdapter

public static String GetBuiltInFormat(Int32 formatIndex)

Parameters

<-> Parameter Type Description
formatIndex Int32 Index of the format we want to retrieve.

See also