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


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