SuDokuPuzzle: Digit (get)

Digit

Returns the digit at the given square.



 Public Property Get Digit(
	  ByVal Row As Integer,
	  ByVal Col As Integer ) As Byte

Parameters

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

Return Values

Byte - 

Remarks

Read Only.

See Also

Project SuDokuLib Overview Class SuDokuPuzzle Overview SuDokuPuzzle Properties SuDokuPuzzle Methods Constraints (get) GetIndexFromMatrix