ActiveReports 8
FileFormat Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also