SuDokuPuzzle: Region (get)

Region

Returns the numbered region to which a square belongs.



 Public Property Get Region(
	  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/Write.

See Also

Project SuDokuLib Overview Class SuDokuPuzzle Overview SuDokuPuzzle Properties SuDokuPuzzle Methods NewGame Region (let)