addRowColumnDefinition method

Panel addRowColumnDefinition(
  1. RowColumnDefinition rowOrColumnDef
)

For Panel.Table|Table Panels: Sets the given RowColumnDefinition. If the row or column definition does not exist on the Panel, this will create it. If it already exists on the Panel, this will copy the properties of the given RowColumnDefinition onto that RowColumnDefinition. @since 2.3 @param {RowColumnDefinition} rowOrColumnDef the non-negative zero-based integer column index. @return {Panel} this Panel @see #addRowDefinition @see #addColumnDefinition

Implementation

_i3.Panel addRowColumnDefinition(_i3.RowColumnDefinition rowOrColumnDef) =>
    _i4.callMethod(
      this,
      'addRowColumnDefinition',
      [rowOrColumnDef],
    );