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