Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / GetDoubleValue Method
The value.


In This Topic
    GetDoubleValue Method (SpreadChartExtension)
    In This Topic
    Gets the double value.
    Syntax
    'Declaration
     
    
    Public Function GetDoubleValue( _
       ByVal value As Object _
    ) As Double
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim value As Object
    Dim value As Double
     
    value = instance.GetDoubleValue(value)
    public double GetDoubleValue( 
       object value
    )

    Parameters

    value
    The value.
    See Also