SuDokuPuzzle: IsGiven (get)

IsGiven

Returns whether the specified square was a given.



 Public Property Get IsGiven(
	  ByVal Row As Integer,
	  ByVal Col As Integer ) As Boolean

Parameters

Row
[ByVal] Integer. The row of the desired square.
Col
[ByVal] Integer. The column of the desired square.

Return Values

Boolean - 

Remarks

This can be used by a GUI application to "lock" a square so that it cannot be changed. It may also be used to color the square differently to indicate it is a given.

Read Only.

See Also

Project SuDokuLib Overview Class SuDokuPuzzle Overview SuDokuPuzzle Properties SuDokuPuzzle Methods Init IsPuzzleComplete