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

In This Topic
    InvalidDDSheetNameException Class
    In This Topic
    Thrown when change a sheet's name to an invalid value. The name cannot be empty, cannot exceed 31 characters and cannot contain any of following characters: : \ / ? * [ or ]
    Object Model
    InvalidDDSheetNameException Class
    Syntax
    'Declaration
     
    Public Class InvalidDDSheetNameException 
       Inherits System.ArgumentException
    public class InvalidDDSheetNameException : System.ArgumentException 
    Inheritance Hierarchy

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

    See Also