ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Excel Namespace / ExcelSaveOptions Class / FileFormat Property

In This Topic
    FileFormat Property
    In This Topic
    Gets or sets a specific Excel file format.
    Syntax
    'Declaration
     
    
    Public Property FileFormat As ExcelFileFormat
    public ExcelFileFormat FileFormat {get; set;}
    See Also