deleteColumn method



Deletes a specified column from the schedule.

Syntax

boolean = Scheduler.deleteColumn(Column)

Applies to

Scheduler object.

Parameters

Column
Column. The Column value references the Column object that this method deletes.

Return value

boolean. The boolean value is true if this method deletes the column successfully; otherwise, it is false.

Usage

This method deletes from the schedule the column that you specify in the column parameter.