cellPadding property
String
get
cellPadding
The HTMLTableElement.cellPadding
property represents the
padding around the individual cells of the table.
Implementation
external String get cellPadding;
set
cellPadding
(String value)
Implementation
external set cellPadding(String value);