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


In This Topic
    Protection Property (Worksheet)
    In This Topic
    Gets an IProtection object that represents the protection options of the worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Protection As IProtection
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As IProtection
     
    value = instance.Protection
    public IProtection Protection {get;}
    See Also