Spread for ASP.NET 12 Product Documentation
DeleteMethod Property (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : DeleteMethod Property
Gets or sets the name of the method to call in order to delete data.
Syntax
'Declaration
 
Public Property DeleteMethod As String
'Usage
 
Dim instance As SheetView
Dim value As String
 
instance.DeleteMethod = value
 
value = instance.DeleteMethod
public string DeleteMethod {get; set;}
See Also

Reference

SheetView Class
SheetView Members