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

Glossary Item Box

Thrown when an operation is requested that requires at least one sheet in the Sheets collection (for example Saving the workbook) and no sheets exist.

Object Model

NoDDSheetsException Class

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
         GrapeCity.SpreadBuilder.SpreadBuilderException
            GrapeCity.SpreadBuilder.NoDDSheetsException

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