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

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

パラメータ

row
Row index.
col
Column index.

戻り値の型

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

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