Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / CanEditOverflow Property


In This Topic
    CanEditOverflow Property (SheetView)
    In This Topic
    Gets or sets whether data can overflow into adjacent empty cells in the component while the cell is in edit mode.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property CanEditOverflow As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.CanEditOverflow = value
     
    value = instance.CanEditOverflow
    [DefaultValue(true)]
    public bool CanEditOverflow {get; set;}
    See Also