Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / DeleteMethod Property


In This Topic
    DeleteMethod Property (FpSpread)
    In This Topic
    Gets or sets the name of the method to call to delete data.
    Syntax
    'Declaration
     
    
    Public Overridable Property DeleteMethod As String
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As String
     
    instance.DeleteMethod = value
     
    value = instance.DeleteMethod
    public virtual string DeleteMethod {get; set;}
    See Also