'DeclarationPublic Property DataAllowAddNew As Boolean
'UsageDim instance As SheetView Dim value As Boolean instance.DataAllowAddNew = value value = instance.DataAllowAddNew
public bool DataAllowAddNew {get; set;}
Property Value
true if allowed to add new row; otherwise, false