columns property

int? columns
getter/setter pair

Number of columns in the table.

It's possible for a table to be non-rectangular, so some rows may have a different number of cells.

Implementation

core.int? columns;