ActiveReports 8
VersionNotImplementedException Class
Members  See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder Namespace : VersionNotImplementedException Class

Glossary Item Box

Indicates that a feature or features were not implemented for a particular version of the Excel/BIFF file format.

Object Model

VersionNotImplementedException Class

Syntax

Visual Basic (Declaration) 
Public Class VersionNotImplementedException 
   Inherits SpreadBuilderException
C# 
public class VersionNotImplementedException : SpreadBuilderException 

Inheritance Hierarchy

System.Object
   System.Exception
         GrapeCity.SpreadBuilder.SpreadBuilderException
            GrapeCity.SpreadBuilder.VersionNotImplementedException

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