ActiveReports Developer 7
VersionNotImplementedException Class
Members  See Also 
GrapeCity.ActiveReports.Export.Excel.v7 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

See Also