Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetInfo Class / DataAllowAddNew Property


In This Topic
    DataAllowAddNew Property (SheetInfo)
    In This Topic
    Gets or sets whether to allow the user to add a new row when the sheet is bound.
    Syntax
    'Declaration
     
    <CategoryAttribute("DataBinding")>
    <DefaultValueAttribute(False)>
    Public Property DataAllowAddNew As Boolean
    'Usage
     
    Dim instance As SheetInfo
    Dim value As Boolean
     
    instance.DataAllowAddNew = value
     
    value = instance.DataAllowAddNew
    [Category("DataBinding")]
    [DefaultValue(false)]
    public bool DataAllowAddNew {get; set;}

    Property Value

    true if allowed to add new row; otherwise, false
    See Also