chOff property

String get chOff

The chOff property of the HTMLTableCellElement interface does nothing. It reflects the charoff attribute of the cell element.

Note: This property was designed to participate in an ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers.

To achieve such alignment, watch for the support of a string value with the CSS property.

Implementation

external String get chOff;
set chOff (String value)

Implementation

external set chOff(String value);