Share via


_Application.DefaultSaveFormat Property

Returns or sets the default format for saving files.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property DefaultSaveFormat As XlFileFormat
    Get
    Set
'Usage
Dim instance As _Application
Dim value As XlFileFormat

value = instance.DefaultSaveFormat

instance.DefaultSaveFormat = value
XlFileFormat DefaultSaveFormat { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlFileFormat

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace