Gets or sets whether a user can delete a row in the sheet.
Syntax
'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;}
See Also