Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataRowView Class / EndEdit Method


In This Topic
    EndEdit Method
    In This Topic
    Pushes changes since the last System.ComponentModel.IEditableObject.BeginEdit or System.ComponentModel.IBindingList.AddNew call into the underlying object.
    Syntax
    'Declaration
     
    
    Public Sub EndEdit() 
    'Usage
     
    
    Dim instance As SpreadDataRowView
     
    instance.EndEdit()
    public void EndEdit()
    See Also