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