integer=lastRow()
The function gives number of the last row containing data used in a sheet.
ParametersThere are no parametres in this function.
Example - Director
global xls
maxRow=xls.lastRow()
Example - AuthorwaremaxRow:=CallObject(xls; "lastRow")