Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Protection Property


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