cellPadding property

String cellPadding

Implementation

String get cellPadding => js_util.getProperty(this, 'cellPadding');
void cellPadding=(String newValue)

Implementation

set cellPadding(String newValue) {
  js_util.setProperty(this, 'cellPadding', newValue);
}