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

In This Topic
    FileFormat Enumeration
    In This Topic
    An enumeration of values which specify the file format that the exported file should support.
    Syntax
    'Declaration
     
    Public Enum FileFormat 
       Inherits System.Enum
    public enum FileFormat : System.Enum 
    Members
    MemberDescription
    Xls95Microsoft Excel 95 format.
    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