Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Setup Class / numFtr Property


In This Topic
    numFtr Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property numFtr As Double
    'Usage
     
    
    Dim instance As Setup
    Dim value As Double
     
    instance.numFtr = value
     
    value = instance.numFtr
    public double numFtr {get; set;}
    See Also