columnRuleStyle property

String columnRuleStyle

Implementation

_i2.String get columnRuleStyle => _i4.getProperty(
      this,
      'columnRuleStyle',
    );
void columnRuleStyle=(String value)

Implementation

set columnRuleStyle(_i2.String value) {
  _i4.setProperty(
    this,
    'columnRuleStyle',
    value,
  );
}