Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Protect Class / fLock Property


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