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

In This Topic
    ColumnCountOutOfRangeException Constructor(String)
    In This Topic
    Initializes a new instance of the ColumnCountOutOfRangeException class with specific error message.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As String _
    )
    public ColumnCountOutOfRangeException( 
       string message
    )

    Parameters

    message
    See Also