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


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : StartCellEditing Method
Starts cell editing in the view.
Overload List
OverloadDescription
Starts cell editing in the view.  
Example
This example uses the StartCellEditing method.
FarPoint.Win.Spread.SpreadView sv = fpSpread1.GetRootWorkbook();
sv.StartCellEditing(new System.EventArgs(), false);
Dim sv As FarPoint.Win.Spread.SpreadView = FpSpread1.GetRootWorkbook
sv.StartCellEditing(New System.EventArgs(), False)
See Also

Reference

SpreadView Class
SpreadView Members

User-Task Documentation

Understanding Edit Mode in a Cell