ComponentOne DataGrid for WPF and Silverlight
BeginEdit(Int32,Int32) Method

C1.WPF.DataGrid Namespace > C1DataGrid Class > BeginEdit Method : BeginEdit(Int32,Int32) Method
Index of the row.
Index of the column.
Begins the edit of the cell in the specified row and column indexes.
Syntax
'Declaration
 
Public Overloads Function BeginEdit( _
   ByVal rowIndex As System.Integer, _
   ByVal columnIndex As System.Integer _
) As System.Boolean
public System.bool BeginEdit( 
   System.int rowIndex,
   System.int columnIndex
)

Parameters

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

Return Value

True, if the edit began, otherwise False
See Also

Reference

C1DataGrid Class
C1DataGrid Members
Overload List