Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / DataAllowAddNew Property


In This Topic
    DataAllowAddNew Property (ITable)
    In This Topic
    Gets or sets whether to allow the user to add a new row when the table is bound.
    Syntax
    'Declaration
     
    
    Property DataAllowAddNew As Boolean
    'Usage
     
    
    Dim instance As ITable
    Dim value As Boolean
     
    instance.DataAllowAddNew = value
     
    value = instance.DataAllowAddNew
    bool DataAllowAddNew {get; set;}

    Property Value

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