InstancesTableStyleGroup [] (index:
number)
Returns the TableStyleGroup with the specified index.
Parameter | Type | Description |
index | number | The index. |
TableStyleGroup add ([withProperties:
Object])
Creates a new TableStyleGroup.
Parameter | Type | Description |
withProperties | Object | Initial values for properties of the new TableStyleGroup (Optional) |
TableStyleGroup anyItem ()
Returns any TableStyleGroup in the collection.
number count ()
Displays the number of elements in the TableStyleGroup.
Array of TableStyleGroup everyItem ()
Returns every TableStyleGroup in the collection.
TableStyleGroup firstItem ()
Returns the first TableStyleGroup in the collection.
TableStyleGroup item (index:
varies)
Returns the TableStyleGroup with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
TableStyleGroup itemByID (id:
number)
Returns the TableStyleGroup with the specified ID.
Parameter | Type | Description |
id | number | The ID. |
TableStyleGroup itemByName (name:
string)
Returns the TableStyleGroup with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of TableStyleGroup itemByRange (from:
varies, to:
varies)
Returns the TableStyleGroups within the specified range.
Parameter | Type | Description |
from | Long Integer String TableStyleGroup | The TableStyleGroup, index, or name at the beginning of the range. Can accept: TableStyleGroup, Long Integer or String. |
to | Long Integer String TableStyleGroup | The TableStyleGroup, index, or name at the end of the range. Can accept: TableStyleGroup, Long Integer or String. |
TableStyleGroup lastItem ()
Returns the last TableStyleGroup in the collection.
TableStyleGroup middleItem ()
Returns the middle TableStyleGroup in the collection.
TableStyleGroup nextItem (obj:
TableStyleGroup)
Returns the TableStyleGroup whose index follows the specified TableStyleGroup in the collection.
Parameter | Type | Description |
obj | TableStyleGroup | The TableStyleGroup whose index comes before the desired TableStyleGroup. |
TableStyleGroup previousItem (obj:
TableStyleGroup)
Returns the TableStyleGroup with the index previous to the specified index.
Parameter | Type | Description |
obj | TableStyleGroup | The index of the TableStyleGroup that follows the desired TableStyleGroup. |
string toSource ()
Generates a string which, if executed, will return the TableStyleGroup.
|