Spread WPF 17
GrapeCity.Excel Namespace / ExcelCalcError Class / ToString Method


In This Topic
    ToString Method (ExcelCalcError)
    In This Topic
    Returns a string representation of the error.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    'Usage
     
    Dim instance As ExcelCalcError
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    String representation of the error
    See Also