Syntax graph.EnableColumn(true|false, ColumnNumber, [,ColumnNumber]*)
Description This enables or disables a column of data. By default, all columns of data are enabled, so you will probably only use this command to filter data columns.
This command is especially useful when importing HTML Tables or data files that you have no control over, as these data sources may have extraneous columns of information.
This command will filter the specified column(s) of data if the first parameter is set to false. Otherwise, it will unfilter it.
This command can filter any number of columns. Each column should be separated by a comma. It can also filter ranges of columns, as illustrated in Example 5.18 below. A range of columns is denoted by a hyphen between the low and high value in the range.