ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder Namespace / DDSheetNameAlreadyExistsException Class
Members

In This Topic
    DDSheetNameAlreadyExistsException Class
    In This Topic
    Thrown when you try to set a Name property to a value already in use.
    Object Model
    DDSheetNameAlreadyExistsException Class
    Syntax
    'Declaration
     
    Public Class DDSheetNameAlreadyExistsException 
       Inherits System.ArgumentException
    public class DDSheetNameAlreadyExistsException : System.ArgumentException 
    Inheritance Hierarchy

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

    See Also