Spread Windows Forms 12.0 Product Documentation
LanguagePackage Property (IEvaluationContext)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IEvaluationContext Interface : LanguagePackage Property
Gets the current language package for calculation.
Syntax
'Declaration
 
ReadOnly Property LanguagePackage As ICalcEngineLanguagePackage
'Usage
 
Dim instance As IEvaluationContext
Dim value As ICalcEngineLanguagePackage
 
value = instance.LanguagePackage
ICalcEngineLanguagePackage LanguagePackage {get;}

Property Value

The ICalcEngineLanguagePackage object represents the language package.
See Also

Reference

IEvaluationContext Interface
IEvaluationContext Members