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