Spread Windows Forms 12.0 Product Documentation
GetErrorText Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Localization Namespace > LanguagePackage Class : GetErrorText Method
The error value.
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)
public string GetErrorText( 
   CalcError error
)

Parameters

error
The error value.

Return Value

The text represents the specified error value.
See Also

Reference

LanguagePackage Class
LanguagePackage Members