'Declaration Public Property AllowDelete As Boolean
'Usage Dim instance As SheetView Dim value As Boolean instance.AllowDelete = value value = instance.AllowDelete
public bool AllowDelete {get; set;}
'Declaration Public Property AllowDelete As Boolean
'Usage Dim instance As SheetView Dim value As Boolean instance.AllowDelete = value value = instance.AllowDelete
public bool AllowDelete {get; set;}
Set this property to true to let users delete a row in the sheet. When you set this property to true, the sheet also displays the Delete command button in the command bar.
This property only has an effect if the OperationMode property is set to a value other than ReadOnly or SingleSelect.
SheetView Class
SheetView Members
OperationMode Property
AllowInsert property