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
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Class InvalidDDSheetNameException 
   Inherits System.ArgumentException  | 
 
| C# |   | 
|---|
public class InvalidDDSheetNameException : System.ArgumentException   | 
 
 
            
            
            
            
            
            
            
            
            
Inheritance Hierarchy
System.Object
   System.Exception
      System.SystemException
         System.ArgumentException
            GrapeCity.SpreadBuilder.InvalidDDSheetNameException
 
            
            
            
See Also