Workbook.FileFormat Property

Definition

Gets the file format and type of the workbook.

public:
 property Microsoft::Office::Interop::Excel::XlFileFormat FileFormat { Microsoft::Office::Interop::Excel::XlFileFormat get(); };
public Microsoft.Office.Interop.Excel.XlFileFormat FileFormat { get; }
member this.FileFormat : Microsoft.Office.Interop.Excel.XlFileFormat
Public ReadOnly Property FileFormat As XlFileFormat

Property Value

One of the XlFileFormat values.

Applies to