htmlTableColElement top-level property

dynamic get htmlTableColElement

Provides special properties (beyond the HTMLElement interface it also has available to it inheritance) for manipulating single or grouped table column elements.

MDN Reference

Implementation

_i2.dynamic get htmlTableColElement => _i4.getProperty(
      _self,
      'HTMLTableColElement',
    );