Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadDataSourceView Class / CanDelete Property
Example


In This Topic
    CanDelete Property
    In This Topic
    Gets whether the data source can delete; this implementation always returns false.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property CanDelete As Boolean
    'Usage
     
    
    Dim instance As SpreadDataSourceView
    Dim value As Boolean
     
    value = instance.CanDelete
    public override bool CanDelete {get;}

    Property Value

    Boolean: true if can delete; false otherwise; always returns false
    Example

    This example binds a cell range and uses many methods of the SpreadDataSource and SpreadDataSourceView classes.

    See Also