ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / InvalidDDSheetNameException Class / InvalidDDSheetNameException Constructor / InvalidDDSheetNameException Constructor(String)

In This Topic
    InvalidDDSheetNameException Constructor(String)
    In This Topic
    Create a InvalidDDSheetNameException instance with parameter name.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal paramName As String _
    )
    public InvalidDDSheetNameException( 
       string paramName
    )

    Parameters

    paramName
    See Also