The JadeTableColumn class provides access to an internally created column object that you can use to directly reference the properties and methods of the table column. This object is created on the first call to the
Using instances of the JadeTableColumn class is equivalent to setting the
One JadeTableColumn object only is created for each
Accessing a column by using the
Storing a reference to a returned column causes problems unless you take a copy of that column, as there is only one such object. (Your logic must delete the cloned column.)
For details about the properties and methods defined in the JadeTableColumn class, see "JadeTableColumn Properties" and "JadeTableColumn Methods", in the following subsections. For details about the table control and the constants, properties, methods, and events that it provides, see "
(None)