columns property
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;
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.
core.int? columns;