'Declaration
Public Property AllowRowMoveDataAllowAddNew As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AllowRowMoveDataAllowAddNew = value
value = instance.AllowRowMoveDataAllowAddNew
public bool AllowRowMoveDataAllowAddNew {get; set;}
Remarks
This property allows the user to move a row below the add new row (asterisk row). Set the DataAllowAddNew property to allow the user to add a new row (asterisk row). Set the AllowRowMove property to allow the user to move a row.
Example
This example sets the AllowRowMoveDataAllowAddNew property.