[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.InvalidDDSheetNameException

InvalidDDSheetNameException Class

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 ].

Inheritance
InvalidDDSheetNameException
Implements
Namespace: GrapeCity.SpreadBuilder
Assembly: MESCIUS.ActiveReports.SpreadBuilder.dll
Syntax
public class InvalidDDSheetNameException : ArgumentException, ISerializable

Constructors

Name Description
InvalidDDSheetNameException()

Create an InvalidDDSheetNameException instance.

InvalidDDSheetNameException(string)

Create an InvalidDDSheetNameException instance with the parameter name.