'宣言 Public Overridable Function GetNextSelectableCell( _ ByVal currentCell As DataGridCell, _ ByVal checkEditable As System.Boolean _ ) As DataGridCell
public virtual DataGridCell GetNextSelectableCell( DataGridCell currentCell, System.bool checkEditable )
パラメータ
- currentCell
- 現在のセル。
- checkEditable
- 次のセルが編集可能かどうかをチェックします。