| Visual Basic (Declaration) | |
|---|---|
Public Enum FileFormat Inherits System.Enum  | |
| C# | |
|---|---|
public enum FileFormat : System.Enum  | |
| Member | Description | 
|---|---|
| Xls95 | Microsoft Excel 95 format. | 
| Xls97Plus | Optimized for Microsoft Excel 97 and newer versions. | 
| Xlsx | Microsoft Excel OpenXml format. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.FileFormat