column property
num
get
column
Gets or sets the column of this GraphObject if it is in a Table Panel. The value must be a small non-negative integer. The default is 0.
Implementation
_i2.num get column => _i4.getProperty(
this,
'column',
);
set
column
(num value)
Implementation
set column(_i2.num value) {
_i4.setProperty(
this,
'column',
value,
);
}