Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / GetErrorText Method
The error value.


In This Topic
GetErrorText Method
In This Topic
Gets the text of the specified error value..
Syntax
'Declaration
 
Public Function GetErrorText( _
   ByVal error As CalcError _
) As String
 
'Usage
 
Dim instance As LanguagePackage
Dim error As CalcError
Dim value As String
 
value = instance.GetErrorText(error)

Parameters

error
The error value.

Return Value

The text represents the specified error value.
See Also