Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / AutoUnderFlow Property


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