Table of Contents

ExcelFile.FileFormatWhenOpened Property

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

Syntax

Namespace: FlexCel.Core

public abstract TFileFormats FileFormatWhenOpened { get; }

See also