Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / UnderFlowValue Property


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