columnCount property
num
get
columnCount
For Panel.Table|Table Panels: This read-only property returns the number of columns. This value is only valid after the Panel has been measured.
Implementation
_i2.num get columnCount => _i4.getProperty(
this,
'columnCount',
);
set
columnCount
(num value)
Implementation
set columnCount(_i2.num value) {
_i4.setProperty(
this,
'columnCount',
value,
);
}