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


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