ActiveReports Developer 7
DDSheetNameAlreadyExistsException Class
Members  See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder Namespace : DDSheetNameAlreadyExistsException Class

Glossary Item Box

Thrown when you try to set a Name property to a value already in use.

Object Model

DDSheetNameAlreadyExistsException Class

Syntax

Visual Basic (Declaration) 
Public Class DDSheetNameAlreadyExistsException 
   Inherits System.ArgumentException
C# 
public class DDSheetNameAlreadyExistsException : System.ArgumentException 

Inheritance Hierarchy

System.Object
   System.Exception
      System.SystemException
         System.ArgumentException
            GrapeCity.SpreadBuilder.DDSheetNameAlreadyExistsException

See Also