integer=lastRow()
The function gives number of the last row containing data used in a sheet.

Parameters
There are no parametres in this function.

Example - Director
global xls
maxRow=xls.lastRow()

Example - Authorware
maxRow:=CallObject(xls; "lastRow")