FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / StartEditing Method / StartEditing(Int32,Int32) Method
Row index.
Column index.

In This Topic
    StartEditing(Int32,Int32) Method
    In This Topic
    Puts the grid in edit mode and starts editing a cell.
    Syntax
    'Declaration
     
    
    Public Overloads Function StartEditing( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Boolean
    public bool StartEditing( 
       int row,
       int col
    )

    Parameters

    row
    Row index.
    col
    Column index.

    Return Value

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