MESCIUS.ActiveReports.Export.Excel Assembly / GrapeCity.ActiveReports.Export.Excel.Section Namespace / FileFormat Enumeration

FileFormat Enumeration
An enumeration of values which specify the file format that the exported file should support.
Syntax
'Declaration
 
Public Enum FileFormat 
   Inherits System.Enum
 
Members
MemberDescription
Xls97PlusOptimized for Microsoft Excel 97 and newer versions.
XlsxMicrosoft Excel OpenXml format.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Export.Excel.Section.FileFormat

See Also