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