rowMergeStart property

int? rowMergeStart
final

Represents the row index where a merged cell in the table begins.

Defaults to null, meaning a non-merged cell. A value must be provided if a value is provided for rowMergeSpan.

Implementation

final int? rowMergeStart;