IllegalArgumentException
row
Javascript example:
if (orders.isRowModified(rowNum)) { .. }
returns boolean
IllegalArgumentException
ifrow
is not a valid row number. Note that inserted or deleted rows will always return false.Javascript example: