SuDokuPuzzle: Region (let)

Region

Sets the numbered region to which a square belongs.



 Public Property Let Region(
	  ByVal Row As Integer,
	  ByVal Col As Integer,
	  ByVal NewRegion As Byte )

Parameters

Row
[ByVal] Integer. The row of the desired square.
Col
[ByVal] Integer. The column of the desired square.
NewRegion
[ByVal] Byte. The region number to associate with the desired square.

Remarks

Read/Write.

See Also

Project SuDokuLib Overview Class SuDokuPuzzle Overview SuDokuPuzzle Properties SuDokuPuzzle Methods Region (get) Rows (get)