insertColumn method
Inserts a column into the Scheduler at a specified location.
Syntax
Column = Scheduler.insertColumn(nIdx, sFieldType)
Applies to
Scheduler object.
Parameters
- nIdx
- int. The method inserts the column at the location after this index value.
- sFieldType
- String. The type of column that this method inserts.
Return value
Column. The Column value references the Column object that this method inserts into the Scheduler.
Usage
This method inserts a column of the type specified by the sFieldType parameter after the column at the index specified by the nIdx parameter.
Example
Topic 1
Topic 2
See also
Topic 1
Topic 2