-
add( |
[at=LocationOptions.UNKNOWN], reference [, withProperties]) |
-
Creates a new Row.
at
|
LocationOptions
The Row's location relative to the reference object or within the table. (Optional)
|
reference
|
The reference object. Note: The reference object must be within the table. Required only when the at value contains before or after. Can accept: Row, Column, Cell or Table. (Optional)
|
withProperties
|
Object
Initial values for properties of the new Row (Optional)
|
-
-
Returns any Row in the collection.
-
-
Displays the number of elements in the Row.
-
-
Returns every Row in the collection.
-
-
Returns the first Row in the collection.
-
-
Returns the Row with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Row with the specified name.
-
itemByRange( |
from, to) |
→ Row |
-
Returns the Rows within the specified range.
from
|
The Row, index, or name at the beginning of the range. Can accept: Row, Long Integer or String.
|
to
|
The Row, index, or name at the end of the range. Can accept: Row, Long Integer or String.
|
-
-
Returns the last Row in the collection.
-
-
Returns the middle Row in the collection.
-
-
Returns the Row whose index follows the specified Row in the collection.
obj
|
Row
The Row whose index comes before the desired Row.
|
-
-
Returns the Row with the index previous to the specified index.
obj
|
Row
The index of the Row that follows the desired Row.
|
-
-
Generates a string which, if executed, will return the Row.