| SuDokuPuzzle: IsGiven (get) |
Returns whether the specified square was a given.
Public Property Get IsGiven( ByVal Row As Integer, ByVal Col As Integer ) As Boolean
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.
Project SuDokuLib Overview Class SuDokuPuzzle Overview SuDokuPuzzle Properties SuDokuPuzzle Methods Init IsPuzzleComplete