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


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

    Property Value

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

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

    See Also