string=getSheetName()
The function returns name of the actual sheet, set by the function setActiveSheet.
ParametersThere are no parametres in this function.
Example - Director
global xls
xls.setActiveSheet(1)
put xls.getSheetName()
Example - AuthorwareCallObject(xls; "setActiveSheet" ; 1)
val:=CallObject(xls; "getSheetName")