rowMergeSpan property

int? rowMergeSpan
final

Represents the number of rows spanned by a merged cell.

Defaults to null, meaning the cell is not merged. A value must be provided if a value is provided for rowMergeStart.

Implementation

final int? rowMergeSpan;