Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TXO Class / fLockText Property


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