Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SaveFileFormat Enumeration
In This Topic
    SaveFileFormat Enumeration
    In This Topic
    Represents the format in which the workbook is saved.
    Syntax
    public enum SaveFileFormat : System.Enum 
    Members
    MemberDescription
    Csv Represents a csv file.
    Html Represents an html file.
    Pdf Represents a pdf file.
    Sjs Represents a SpreadJS .sjs file.
    Xlsm Represents an xlsm file.
    Xlsx Represents an xlsx file.
    Xltx Represents an xltx file.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.SaveFileFormat

    See Also