'Declaration
Public Overridable Function GetPreviousSelectableCell( _ ByVal currentCell As DataGridCell, _ ByVal checkEditable As Boolean _ ) As DataGridCell
public virtual DataGridCell GetPreviousSelectableCell( DataGridCell currentCell, bool checkEditable )
Parameters
- currentCell
- The current cell.
- checkEditable
- Check if previous cell is editable or not.