Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / OpenFileFormat Enumeration
In This Topic
    OpenFileFormat Enumeration
    In This Topic
    Represents the format in which the workbook is opened.
    Syntax
    public enum OpenFileFormat : System.Enum 
    Members
    MemberDescription
    Csv Represents a csv 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.OpenFileFormat

    See Also