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

Parameters
There are no parametres in this function.

Example - Director
global xls
minRow=xls.firstRow()

Example - Authorware
minRow:=CallObject(xls; "firstRow")