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


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