Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataBindingAdapter Class / Reset Method


In This Topic
    Reset Method (SpreadDataBindingAdapter)
    In This Topic
    Resets this instance according to the set properties.
    Syntax
    'Declaration
     
    
    Public Sub Reset() 
    'Usage
     
    
    Dim instance As SpreadDataBindingAdapter
     
    instance.Reset()
    public void Reset()
    Remarks
    When the data model is changed, this method should be called to ensure that all the functions of the SpreadDataAdapter work properly.
    See Also