CellStyleGroups
A collection of cell style groups.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
CellStyleGroup [] (index:Number)
Returns the CellStyleGroup with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
CellStyleGroup add (withProperties:Object)
Creates a new CellStyleGroup.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new CellStyleGroup (Optional) |
CellStyleGroup anyItem ()
Returns any CellStyleGroup in the collection.
Number count ()
Displays the number of elements in the CellStyleGroup.
CellStyleGroup everyItem ()
Returns every CellStyleGroup in the collection.
CellStyleGroup firstItem ()
Returns the first CellStyleGroup in the collection.
CellStyleGroup item (index:Varies LongInteger String)
Returns the CellStyleGroup with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
CellStyleGroup itemByID (id:Number)
Returns the CellStyleGroup with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
CellStyleGroup itemByName (name:String)
Returns the CellStyleGroup with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
CellStyleGroup itemByRange (from:Varies CellStyleGroup LongInteger String, to:Varies CellStyleGroup LongInteger String)
Returns the CellStyleGroups within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The CellStyleGroup, index, or name at the beginning of the range. Can accept: CellStyleGroup, Long Integer or String. |
to |
LongInteger |
The CellStyleGroup, index, or name at the end of the range. Can accept: CellStyleGroup, Long Integer or String. |
CellStyleGroup lastItem ()
Returns the last CellStyleGroup in the collection.
CellStyleGroup middleItem ()
Returns the middle CellStyleGroup in the collection.
CellStyleGroup nextItem (obj:CellStyleGroup)
Returns the CellStyleGroup whose index follows the specified CellStyleGroup in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The CellStyleGroup whose index comes before the desired CellStyleGroup. |
CellStyleGroup previousItem (obj:CellStyleGroup)
Returns the CellStyleGroup with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the CellStyleGroup that follows the desired CellStyleGroup. |
String toSource ()
Generates a string which, if executed, will return the CellStyleGroup.
Object of
Application.cellStyleGroups
Document.cellStyleGroups
CellStyleGroup.cellStyleGroups