getRowDefinition method
For Panel.Table|Table Panels: Gets the RowColumnDefinition for a particular row. If you ask for the definition of a row at or beyond the #rowCount, it will automatically create one and return it.
If this Panel is not a Table Panel, this method returns null. @param {number} idx the non-negative zero-based integer row index. @return {RowColumnDefinition}
Implementation
_i3.RowColumnDefinition getRowDefinition(_i2.num idx) => _i4.callMethod(
this,
'getRowDefinition',
[idx],
);