Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Lbl Class / fFunc Property


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