ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / BeginEdit Method / BeginEdit(Int32,Int32) Method
Index of the row.
Index of the column.

In This Topic
    BeginEdit(Int32,Int32) Method
    In This Topic
    Begins the edit of the cell in the specified row and column indexes.
    Syntax
    'Declaration
     
    
    Public Overloads Function BeginEdit( _
       ByVal rowIndex As Integer, _
       ByVal columnIndex As Integer _
    ) As Boolean
    public bool BeginEdit( 
       int rowIndex,
       int columnIndex
    )

    Parameters

    rowIndex
    Index of the row.
    columnIndex
    Index of the column.

    Return Value

    True, if the edit began, otherwise False
    See Also