columnMergeStart property

int? columnMergeStart
getter/setter pair

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

int? columnMergeStart;