Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / EnhancedProtection Class / iprotSelLockedCells Property


In This Topic
    iprotSelLockedCells Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property iprotSelLockedCells As Boolean
    'Usage
     
    
    Dim instance As EnhancedProtection
    Dim value As Boolean
     
    instance.iprotSelLockedCells = value
     
    value = instance.iprotSelLockedCells
    public bool iprotSelLockedCells {get; set;}
    See Also