Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / Mutable Property


In This Topic
Mutable Property
In This Topic
Gets a value indicating whether this LanguagePackage is mutable.
Syntax
'Declaration
 
Public ReadOnly Property Mutable As Boolean
 
'Usage
 
Dim instance As LanguagePackage
Dim value As Boolean
 
value = instance.Mutable

Property Value

true if this LanguagePackage is mutable; otherwise, false.
See Also