InstancesDataMergeField [] (index:
number)
Returns the DataMergeField with the specified index.
Parameter | Type | Description |
index | number | The index. |
DataMergeField anyItem ()
Returns any DataMergeField in the collection.
number count ()
Displays the number of elements in the DataMergeField.
Array of DataMergeField everyItem ()
Returns every DataMergeField in the collection.
DataMergeField firstItem ()
Returns the first DataMergeField in the collection.
DataMergeField item (index:
varies)
Returns the DataMergeField with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Array of DataMergeField itemByRange (from:
varies, to:
varies)
Returns the DataMergeFields within the specified range.
Parameter | Type | Description |
from | DataMergeField Long Integer String | The DataMergeField, index, or name at the beginning of the range. Can accept: DataMergeField, Long Integer or String. |
to | DataMergeField Long Integer String | The DataMergeField, index, or name at the end of the range. Can accept: DataMergeField, Long Integer or String. |
DataMergeField lastItem ()
Returns the last DataMergeField in the collection.
DataMergeField middleItem ()
Returns the middle DataMergeField in the collection.
DataMergeField nextItem (obj:
DataMergeField)
Returns the DataMergeField whose index follows the specified DataMergeField in the collection.
Parameter | Type | Description |
obj | DataMergeField | The DataMergeField whose index comes before the desired DataMergeField. |
DataMergeField previousItem (obj:
DataMergeField)
Returns the DataMergeField with the index previous to the specified index.
Parameter | Type | Description |
obj | DataMergeField | The index of the DataMergeField that follows the desired DataMergeField. |
string toSource ()
Generates a string which, if executed, will return the DataMergeField.
|