FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / StartEditing Method / StartEditing(Int32,Int32,Char) Method
Row index.
Column index.
Initial character to be sent to the editor.

In This Topic
    StartEditing(Int32,Int32,Char) Method
    In This Topic
    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