findColumn method



Returns the column at a specified index.

Syntax

Column = Scheduler.findColumn(nIdx)

Applies to

Scheduler object.

Parameters

nIdx
int. The index of the column that this method returns.

Return value

Column. The Column value references the Column object at the index specified by the nIdx parameter.

Usage

This method returns the column at the index specified by the nIdx parameter.

See also

findColumnByField method
findSelectedColumn method