ActiveReports Developer 7
InvalidDDSheetNameException Constructor(String)
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder Namespace > InvalidDDSheetNameException Class > InvalidDDSheetNameException Constructor : InvalidDDSheetNameException Constructor(String)

paramName
Gets the name of the parameter that causes the exception.

Glossary Item Box

Create a InvalidDDSheetNameException instance with parameter name.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal paramName As System.String _
)
C# 
public InvalidDDSheetNameException( 
   System.string paramName
)

Parameters

paramName
Gets the name of the parameter that causes the exception.

See Also