ActiveReports Developer 7
FileFormat Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder Namespace : FileFormat Enumeration

Glossary Item Box

Specifies the file format that the outputted file should support.

Syntax

Visual Basic (Declaration) 
Public Enum FileFormat 
   Inherits System.Enum
C# 
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.SpreadBuilder.FileFormat

See Also