Spread Windows Forms 15.0
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
    public bool Mutable {get;}

    Property Value

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