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


In This Topic
    CanEditOverflow Property (GcSpreadSheet)
    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
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute(True)>
    Public Property CanEditOverflow As Boolean
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Boolean
     
    instance.CanEditOverflow = value
     
    value = instance.CanEditOverflow
    [Category("Spread Workbook")]
    [DefaultValue(true)]
    public bool CanEditOverflow {get; set;}
    See Also