span property

int span
final

The number of columns this sub-header should span. Defaults to 1.

The total width of the cell is calculated as width * span.

Implementation

final int span;