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


In This Topic
    Protection Property (SubWorksheet)
    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 SubWorksheet
    Dim value As IProtection
     
    value = instance.Protection
    public IProtection Protection {get;}
    See Also