rowMergeStart property

int? rowMergeStart
getter/setter pair

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

int? rowMergeStart;