insertCell property
HTMLTableCellElement Function([num?])
get
insertCell
Implementation
_i3.HTMLTableCellElement Function([_i2.num?]) get insertCell =>
([_i2.num? p0]) => _i4.callMethod(
_i4.getProperty(
this,
'insertCell',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
);
set
insertCell
(HTMLTableCellElement value([num?]))
Implementation
set insertCell(_i3.HTMLTableCellElement Function([_i2.num?]) value) {
_i4.setProperty(
this,
'insertCell',
_i4.allowInterop(value),
);
}