ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / StartEditing Method / StartEditing(Int32,Int32,Char,Point) Method
Row index.
Column index.
Initial character to be sent to the editor.
Mouse position in client coordinates.

In This Topic
    StartEditing(Int32,Int32,Char,Point) 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, _
       ByVal ptMouse As Point _
    ) As Boolean
    public virtual bool StartEditing( 
       int row,
       int col,
       char key,
       Point ptMouse
    )

    Parameters

    row
    Row index.
    col
    Column index.
    key
    Initial character to be sent to the editor.
    ptMouse
    Mouse position in client coordinates.

    Return Value

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