'宣言 Public Overloads Function StartEditing( _ ByVal row As System.Integer, _ ByVal col As System.Integer, _ Optional ByVal fullEdit As System.Boolean, _ Optional ByVal focus As System.Boolean, _ Optional ByVal disableAnimation As System.Boolean _ ) As System.Boolean
public System.bool StartEditing( System.int row, System.int col, System.bool fullEdit, System.bool focus, System.bool disableAnimation )
パラメータ
- row
- 行インデックス。
- col
- 列インデックス。
- fullEdit
- ユーザーが矢印キーを押した場合も編集モードのままにするかどうか。
- focus
- フォーカスを設定し、エディタ内のテキストを選択するどうか。
- disableAnimation
true
に設定すると、スクロールアニメーションが無効になります。
戻り値の型
編集が同期的に開始された場合は
true
。