A collection of table rows.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
Row add ([at:LocationOptions=LocationOptions], reference:Varies Row Table, withProperties:Object)
Creates a new Row.
|
Parameter |
Type |
Description |
|---|---|---|
|
at |
The location of the new Row relative to the reference object or within the table. (Optional) (default: LocationOptions.UNKNOWN) |
|
|
reference |
The reference object. Note: Required when the at parameter value specifies before or after. Can accept: Row or Table. (Optional) |
|
|
withProperties |
Initial values for properties of the new Row (Optional) |
Number count ()
Displays the number of elements in the Row.