Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ObjProtect Class / fLockObj Property


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