Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / CanCellOverflow Property


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