ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearExcelSaveOptions Class / ExcelFileFormat Property




In This Topic
    ExcelFileFormat Property
    In This Topic
    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