emptyCells property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getemptyCells
Gets the value of "empty-cells"
Implementation
String get emptyCells => getPropertyValue('empty-cells');
setemptyCells (String value)
Sets the value of "empty-cells"
Implementation
set emptyCells(String value) {
setProperty('empty-cells', value, '');
}