IllegalArgumentException
row
A row is marked as empty when:
Javascript example:
if (orders.isRowEmpty(rowNum)) { .. }
returns boolean
IllegalArgumentException
ifrow
is not a valid row number.A row is marked as empty when:
Javascript example: