Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerAuxErrBar Class / numValue Property


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