Table.addColumnClasses

Takes each argument as a class name and calls Element.addClass for each element in the column associated with that index.

Please note this does not use the html <col> element.

class Table
void
addColumnClasses
(
string[] classes...
)

Meta