Share via


ApplicationClass.DefaultSaveFormat Property

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

Syntax

'Declaration
Public Overridable Property DefaultSaveFormat As XlFileFormat
    Get
    Set
'Usage
Dim instance As ApplicationClass
Dim value As XlFileFormat

value = instance.DefaultSaveFormat

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

Property Value

Type: Microsoft.Office.Interop.Excel.XlFileFormat

Implements

_Application.DefaultSaveFormat

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Excel Namespace