These non-mutative methods provide detailed information about a given quadrille:
- search(pattern, strict): Searches for cells that match a specific quadrille
pattern, with an optionalstrictmode for exact matches of cell values. - magnitude(row): Calculates the number of non-empty cells in the specified
row. - screenRow(pixelY, y, cellLength): Computes the
rowindex from a vertical pixel position. Rarely used—consider using the mouseRow property instead for simplicity. - screenCol(pixelX, x, cellLength): Computes the
colindex from a horizontal pixel position. Rarely used—consider using the mouseCol property instead for simplicity.