Spread for ASP.NET 12 Product Documentation
AllowDelete Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AllowDelete Property
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

Reference

SheetView Class
SheetView Members