NamedGrids
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
NamedGrid [] (index:
number)
Returns the NamedGrid with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
NamedGrid add ([withProperties:
Object])
Creates a new NamedGrid.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new NamedGrid (Optional) |
NamedGrid anyItem ()
Returns any NamedGrid in the collection.
number count ()
Displays the number of elements in the NamedGrid.
Array of NamedGrid everyItem ()
Returns every NamedGrid in the collection.
NamedGrid firstItem ()
Returns the first NamedGrid in the collection.
NamedGrid item (index:
varies)
Returns the NamedGrid with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
NamedGrid itemByID (id:
number)
Returns the NamedGrid with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
NamedGrid itemByName (name:
string)
Returns the NamedGrid with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of NamedGrid itemByRange (from:
varies, to:
varies)
Returns the NamedGrids within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer NamedGrid String | The NamedGrid, index, or name at the beginning of the range. Can accept: NamedGrid, Long Integer or String. |
to | Long Integer NamedGrid String | The NamedGrid, index, or name at the end of the range. Can accept: NamedGrid, Long Integer or String. |
NamedGrid lastItem ()
Returns the last NamedGrid in the collection.
NamedGrid middleItem ()
Returns the middle NamedGrid in the collection.
NamedGrid nextItem (obj:
NamedGrid)
Returns the NamedGrid whose index follows the specified NamedGrid in the collection.
Parameter | Type | Description |
---|---|---|
obj | NamedGrid | The NamedGrid whose index comes before the desired NamedGrid. |
NamedGrid previousItem (obj:
NamedGrid)
Returns the NamedGrid with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | NamedGrid | The index of the NamedGrid that follows the desired NamedGrid. |
string toSource ()
Generates a string which, if executed, will return the NamedGrid.
Element of
Application.namedGrids
Document.namedGrids
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |