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


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