Row

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[ inherits range ]: A row of cells in a table.

elements

contained by ranges.

properties

addressinteger, r/o ) : The row’s index in the table (e.g., the second row has address 2).

heightreal ) : The height of the row.

nametext, r/o ) : The row’s display name.

responds to

remove

TOP | CONTINUE