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


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