Skip to main content

GridChallengeCell

A GridChallengeCell specifies one cell in a grid by its row and column coordinates. Normally a grid challenge cell is displayed using letters for the column and numbers for the row. For example, a cell with the value 0,0 will be displayed as A1.

Properties

NameTypeDescriptionNotes
ColumnintThe column within the grid starting at 0.
RowintThe row within the grid starting at 0.