insertBeforeTask method
Inserts a specified number of rows before a specified task.
Syntax
TaskList = Scheduler.insertBeforeTask(Task, nNumRows)
Applies to
Scheduler object.
Parameters
- Task
- Task. A reference to the task before which this method inserts rows.
- nNumRows
- int. The number of rows that this method inserts.
Return value
TaskList. The TaskList value references a TaskList object that contains all the tasks that this method inserts into the Scheduler.
Usage
This method inserts the number of rows specified by nNumRows in front of the task specified by Task. You must obtain Task using the findTask() method.
See also
findTask method
insertAfterColumn method