Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / LanguagePackage Property


In This Topic
    LanguagePackage Property (WorkbookSet)
    In This Topic
    Gets or sets the aliases of built-in functions.
    Syntax
    'Declaration
     
    
    Public Property LanguagePackage As LanguagePackage
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim value As LanguagePackage
     
    instance.LanguagePackage = value
     
    value = instance.LanguagePackage
    public LanguagePackage LanguagePackage {get; set;}
    See Also