ActiveReports Developer 7
InvalidDDSheetNameException Class
Members  See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder Namespace : InvalidDDSheetNameException Class

Glossary Item Box

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

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