Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / ProtectionMode Property


In This Topic
    ProtectionMode Property (IWorksheet)
    In This Topic
    Gets a value indicates whether user-interface-only protection is turned on. To turn on user interface protection, use the Protect method.
    Syntax
    'Declaration
     
    
    ReadOnly Property ProtectionMode As ProtectionMode
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As ProtectionMode
     
    value = instance.ProtectionMode
    ProtectionMode ProtectionMode {get;}

    Property Value

    A ProtectionMode value represents the protection mode.
    See Also