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


In This Topic
    UnderFlow Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property UnderFlow As Boolean
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As Boolean
     
    instance.UnderFlow = value
     
    value = instance.UnderFlow
    public bool UnderFlow {get; set;}
    See Also