colSpan property

int? colSpan
finalinherited

This attribute contains a non-negative integer value that indicates for how many columns the cell extends. Its default value is 1. Values higher than 1000 will be considered as incorrect and will be set to the default value (1).

Implementation

final int? colSpan;