removeRowDefinition method

void removeRowDefinition(
  1. num idx
)

For Panel.Table|Table Panels: Removes the RowColumnDefinition for a particular row.

If this Panel is not a Table Panel, this method does nothing. @param {number} idx the non-negative zero-based integer row index.

Implementation

void removeRowDefinition(_i2.num idx) {
  _i4.callMethod(
    this,
    'removeRowDefinition',
    [idx],
  );
}