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

Parameters
There are no parametres in this function.

Example - Director
global xls
minCol=xls.firstCol()

Example - Authorware
minCol:=CallObject(xls; "firstCol")