ActiveReports 8
InvalidDDSheetNameException Class
Members  See Also 
GrapeCity.ActiveReports.Export.Excel.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also