Class
A collection of table rows.
add, count
Rows
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Row add ([at:
LocationOptions=LocationOptions.UNKNOWN][, reference:
any][, withProperties:
Object])
Creates a new Row.
Parameter | Type | Description |
---|---|---|
at | LocationOptions: LocationOptions.BEFORE LocationOptions.AFTER LocationOptions.AT_END LocationOptions.AT_BEGINNING 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) |
Element of
Cell.rows
Column.rows
Row.rows
Table.rows
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |