Returns an array of all grid cells that belong to the row.
An array of cells.
Writes "A" to all cells that belong to resource with ID of "A".
dp.rows.find("A").cells.all().html("A");