ComponentOne FlexGrid for WinForms
StartEditing(Int32,Int32) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > StartEditing Method : StartEditing(Int32,Int32) Method
Row index.
Column index.
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

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List