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

See Also