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


In This Topic
    CanCellOverflow Property (GcSpreadSheet)
    In This Topic
    Gets or sets whether data can overflow into adjacent empty cells in the component.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute(False)>
    Public Property CanCellOverflow As Boolean
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Boolean
     
    instance.CanCellOverflow = value
     
    value = instance.CanCellOverflow
    [Category("Spread Workbook")]
    [DefaultValue(false)]
    public bool CanCellOverflow {get; set;}
    See Also