columnRuleStyle property
String
get
columnRuleStyle
Implementation
_i2.String get columnRuleStyle => _i4.getProperty(
this,
'columnRuleStyle',
);
set
columnRuleStyle
(String value)
Implementation
set columnRuleStyle(_i2.String value) {
_i4.setProperty(
this,
'columnRuleStyle',
value,
);
}