Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CompatibleFeatures Class / LegacyProtect Property


In This Topic
    LegacyProtect Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property LegacyProtect As Boolean
    'Usage
     
    
    Dim instance As CompatibleFeatures
    Dim value As Boolean
     
    instance.LegacyProtect = value
     
    value = instance.LegacyProtect
    public bool LegacyProtect {get; set;}
    See Also