Rows

A collection of table rows.

Methods:

add, count

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

Row add ([at:LocationOptions=LocationOptions], reference:Varies Row Table, withProperties:Object)

Creates a new Row.

Parameter

Type

Description

at

LocationOptions

LocationOptions.AFTER

LocationOptions.AT_BEGINNING

LocationOptions.AT_END

LocationOptions.BEFORE

LocationOptions.UNKNOWN

The location of the new Row relative to the reference object or within the table. (Optional)

(default: LocationOptions.UNKNOWN)

reference

Row

Table

The reference object. Note: Required when the at parameter value specifies before or after. Can accept: Row or Table. (Optional)

withProperties

Object

Initial values for properties of the new Row (Optional)

Number count ()

Displays the number of elements in the Row.

Object of

Cell.rows

Table.rows

Column.rows

Row.rows