Puts the grid in edit mode and starts editing a cell.
'宣言
Public Overloads Function StartEditing( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public System.bool StartEditing(
System.int ,
System.int
)
パラメータ
- row
- Row index.
- col
- Column index.
戻り値の型
True if the grid entered edit mode successfully, false otherwise.