Table of Contents

XlsFile.FileFormatWhenOpened Property

Returns the file format that the file had when it was opened. If the file was created with ExcelFile.NewFile, the file format when opened is xls.

Syntax

Namespace: FlexCel.XlsAdapter

public override TFileFormats FileFormatWhenOpened { get; }

See also