SuDokuPuzzle: MakeMove

MakeMove

Attempts to make the specified move, and returns the result.



 Public Function MakeMove(
	  ByVal Row As Integer,
	  ByVal Col As Integer,
	  ByVal Digit As Byte ) As MoveResults

Parameters

Row
[ByVal] Integer. The row of the desired square.
Col
[ByVal] Integer. The column of the desired square.
Digit
[ByVal] Byte. The new digit for the desired square.

Return Values

MoveResults - 

Remarks

See Also

Project SuDokuLib Overview Class SuDokuPuzzle Overview SuDokuPuzzle Properties SuDokuPuzzle Methods IsRegionComplete MaxDigit (get)