Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / DataAllowAddNew Property


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

Property Value

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