[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SaveOptionsBase.FileFormat

FileFormat Property

FileFormat

Gets the file format associated with these save options.

Concrete subclasses set this value to the format they support, such as Csv for CsvSaveOptions or Pdf for PdfSaveOptions.

Declaration
public SaveFileFormat FileFormat { get; protected set; }
Public Property FileFormat As SaveFileFormat
Examples
PdfSaveOptions options = new PdfSaveOptions();
SaveFileFormat fileFormat = options.FileFormat;