Spread Windows Forms 12.0 Product Documentation
StopCellEditing Method (SpreadView)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : StopCellEditing Method
Stops cell editing in the view.
Overload List
OverloadDescription
Stops cell editing in the view.  
Example
This example uses the StopCellEditing method.
FarPoint.Win.Spread.SpreadView sv = fpSpread1.GetRootWorkbook();
sv.StopCellEditing();
Dim sv As FarPoint.Win.Spread.SpreadView = FpSpread1.GetRootWorkbook
sv.StopCellEditing()
See Also

Reference

SpreadView Class
SpreadView Members

User-Task Documentation

Understanding Edit Mode in a Cell