Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / Localizer Property


In This Topic
Localizer Property
In This Topic
Gets or sets the localizer which returns contanst texts.
Syntax
'Declaration
 
Public Property Localizer As Localizer
 
'Usage
 
Dim instance As WorkbookSet
Dim value As Localizer
 
instance.Localizer = value
 
value = instance.Localizer

Property Value

A GrapeCity.Spreadsheet.Localization.Localizer value represents the localizer.
See Also