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 specifies 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.

Example
Topic 1
Topic 2

See also
Topic 1
Topic 2