A row in a table is a selectable horizontal collection of cells, and inherits the properties of the range class. The properties specific to the row class, are its address, name, and height.
row n [ inherits range ]: A row of cells in a table.
elements
contained by ranges.
properties
address ( integer, r/o ) : The row’s index in the table (e.g., the second row has address 2).
height ( real ) : The height of the row.
name ( text, r/o ) : The row’s display name.
responds to
remove