_Application.DefaultSaveFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the default format for saving files.
public:
property Microsoft::Office::Interop::Excel::XlFileFormat DefaultSaveFormat { Microsoft::Office::Interop::Excel::XlFileFormat get(); void set(Microsoft::Office::Interop::Excel::XlFileFormat value); };
public Microsoft.Office.Interop.Excel.XlFileFormat DefaultSaveFormat { get; set; }
Public Property DefaultSaveFormat As XlFileFormat