columnMergeSpan property

int? columnMergeSpan
getter/setter pair

Represents the number of columns 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 columnMergeStart.

Implementation

int? columnMergeSpan;