NamedGrids
A collection of named grids.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the NamedGrid with the specified index.
Creates a new NamedGrid.
withProperties?
Object
Initial values for properties of the new NamedGrid
Returns any NamedGrid in the collection.
Displays the number of elements in the NamedGrid.
Returns every NamedGrid in the collection.
Returns the first NamedGrid in the collection.
Returns the NamedGrid with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the NamedGrid with the specified ID.
Returns the NamedGrid with the specified name.
Returns the NamedGrids within the specified range.
from
LongInteger | NamedGrid | String
The NamedGrid, index, or name at the beginning of the range. Can accept: NamedGrid, Long Integer or String.
to
LongInteger | NamedGrid | String
The NamedGrid, index, or name at the end of the range. Can accept: NamedGrid, Long Integer or String.
Returns the last NamedGrid in the collection.
Returns the middle NamedGrid in the collection.
Returns the NamedGrid whose index follows the specified NamedGrid in the collection.
obj
NamedGrid
The NamedGrid whose index comes before the desired NamedGrid.
Returns the NamedGrid with the index previous to the specified index.
obj
NamedGrid
The index of the NamedGrid that follows the desired NamedGrid.
Generates a string which, if executed, will return the NamedGrid.
Object of 2
Properties elsewhere that hold a NamedGrids.