ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / InvalidDDSheetNameException Class
Members

In This Topic
    InvalidDDSheetNameException Class
    In This Topic
    Thrown if the name of a sheet is changed to an invalid value. The name cannot be empty, cannot exceed 31 characters and cannot contain any of the 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