htmlTableCellElement top-level property
dynamic
get
htmlTableCellElement
Provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of table cells, either header or data cells, in an HTML document.
Implementation
_i2.dynamic get htmlTableCellElement => _i4.getProperty(
_self,
'HTMLTableCellElement',
);