Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AllowEditOverflow Property


In This Topic
    AllowEditOverflow Property (FpSpread)
    In This Topic
    Gets or sets whether data can overflow into adjacent empty cells in the component while that cell is in edit mode.
    Syntax
    'Declaration
     
    
    Public Property AllowEditOverflow As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.AllowEditOverflow = value
     
    value = instance.AllowEditOverflow
    public bool AllowEditOverflow {get; set;}
    See Also