Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / AllowCellOverflow Property


In This Topic
    AllowCellOverflow Property (SpreadView)
    In This Topic
    Gets or sets whether data can overflow into adjacent empty cells in the view.
    Syntax
    'Declaration
     
    
    Public Property AllowCellOverflow As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Boolean
     
    instance.AllowCellOverflow = value
     
    value = instance.AllowCellOverflow
    public bool AllowCellOverflow {get; set;}
    See Also