| Visual Basic (Declaration) | |
|---|---|
Public Sub StartCellEditing( _ ByVal e As EventArgs, _ ByVal formula As Boolean _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- e
- Event
- formula
- Whether there is a formula
This example starts cell editing.
| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.FpSpread fpSpread1 = new FarPoint.Win.Spread.FpSpread(); | |
| Visual Basic | Copy Code |
|---|---|
Dim fpSpread1 As New FarPoint.Win.Spread.FpSpread() | |
This method starts the cell editing and puts the cell in edit mode.
Reference
FpSpread ClassFpSpread Members
StopCellEditing Method