FlexPivot for WinForms
StartEditing(Int32,Int32,Char) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > StartEditing メソッド : StartEditing(Int32,Int32,Char) メソッド
Row index.
Column index.
Initial character to be sent to the editor.
Puts the grid in edit mode and starts editing a cell.
シンタックス
'宣言
 
Public Overloads Overridable Function StartEditing( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal key As System.Char _
) As System.Boolean
public virtual System.bool StartEditing( 
   System.int row,
   System.int col,
   System.char key
)

パラメータ

row
Row index.
col
Column index.
key
Initial character to be sent to the editor.

戻り値の型

True if the grid entered edit mode successfully, false otherwise.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧