Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / LanguagePackage Property


In This Topic
    LanguagePackage Property (IWorkbookSet)
    In This Topic
    Gets or sets the language package for the workbook set.
    Syntax
    'Declaration
     
    
    Property LanguagePackage As LanguagePackage
    'Usage
     
    
    Dim instance As IWorkbookSet
    Dim value As LanguagePackage
     
    instance.LanguagePackage = value
     
    value = instance.LanguagePackage
    LanguagePackage LanguagePackage {get; set;}
    Remarks
    Sets null to use the default language package.
    See Also