ImageGear .NET - Updated
ExcelFileFormat Property




ImageGear24.Formats.Office Assembly > ImageGear.Formats.Office Namespace > ImGearExcelSaveOptions Class : ExcelFileFormat Property
Gets or sets the file format of Microsoft Excel document will be saved.
Syntax
'Declaration
 
Public Property ExcelFileFormat As ImGearExcelFormats
'Usage
 
Dim instance As ImGearExcelSaveOptions
Dim value As ImGearExcelFormats
 
instance.ExcelFileFormat = value
 
value = instance.ExcelFileFormat
public ImGearExcelFormats ExcelFileFormat {get; set;}
public: __property ImGearExcelFormats get_ExcelFileFormat();
public: __property void set_ExcelFileFormat( 
   ImGearExcelFormats value
);
public:
property ImGearExcelFormats ExcelFileFormat {
   ImGearExcelFormats get();
   void set (    ImGearExcelFormats value);
}
See Also

Reference

ImGearExcelSaveOptions Class
ImGearExcelSaveOptions Members