Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDataManager Interface / DataAllowAddNew Property


In This Topic
DataAllowAddNew Property (IDataManager)
In This Topic
Gets or sets whether to allow the user to add a new row when the worksheet is bound.
Syntax
'Declaration
 
Property DataAllowAddNew As Boolean
 
'Usage
 
Dim instance As IDataManager
Dim value As Boolean
 
instance.DataAllowAddNew = value
 
value = instance.DataAllowAddNew

Property Value

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