ComponentOne FlexGrid for WinForms
StartEditing(Int32,Int32,Char) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > StartEditing Method : StartEditing(Int32,Int32,Char) Method
Row index.
Column index.
Initial character to be sent to the editor.
Puts the grid in edit mode and starts editing a cell.
Syntax
'Declaration
 
Public Overloads Overridable Function StartEditing( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal key As Char _
) As Boolean
public virtual bool StartEditing( 
   int row,
   int col,
   char key
)

Parameters

row
Row index.
col
Column index.
key
Initial character to be sent to the editor.

Return Value

True if the grid entered edit mode successfully, false otherwise.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List