rowspan property

  1. @JsonKey.new(name: 'rowspan')
int? get rowspan
inherited

Optional. The number of rows the cell spans if it is bigger than 1

Implementation

@JsonKey(name: 'rowspan')
int? get rowspan;