public function RemoveColumn
Prototype:
public function RemoveColumn(column_index)
Parameters
column_index
the index of the column that needs to be removed, as a number.
Description:
Removes a column by its index. column_index must be 0 for the first column and be smaller than the columns count.
Return value:
This function returns null.