Spread Windows Forms 17
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(WorksheetLocks, string)% 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