columnMergeStart property

int? columnMergeStart
final

Represents the column 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 columnMergeSpan.

Implementation

final int? columnMergeStart;