Spread WPF 18
GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / LanguagePackage Property


In This Topic
    LanguagePackage Property (IEvaluationContext)
    In This Topic
    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