rules property

String get rules

The HTMLTableElement.rules property indicates which cell borders to render in the table.

Implementation

external String get rules;
set rules (String value)

Implementation

external set rules(String value);