cellSpacing property

String cellSpacing

Implementation

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

Implementation

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