Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / ProtectionMode Property


In This Topic
    ProtectionMode Property (Worksheet)
    In This Topic
    Gets a ProtectionMode value indicating whether this worksheet is protected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ProtectionMode As ProtectionMode
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As ProtectionMode
     
    value = instance.ProtectionMode
    public ProtectionMode ProtectionMode {get;}

    Property Value

    A ProtectionMode value represents the protection state of this worksheet.
    See Also