Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtPioGrbit Class / fPrintCalc Property


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