Spread Windows Forms 12.0 Product Documentation
LanguagePackage Property (IWorkbookSet)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbookSet Interface : LanguagePackage Property
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

Reference

IWorkbookSet Interface
IWorkbookSet Members