instance-method
flagrate.Grid#indexOf
flagrate.Grid#indexOf(row[, fromIndex = 0]) → Number
row
(Object
) – row to locate in the flagrate.Grid.fromIndex
(Number
) – The index to start the search at.
Returns the index at which a given row can be found in the flagrate.Grid#rows, or -1 if it is not present.