TransitionSymbols.Item Property
Parent Object: TransitionSymbolsDescription
Allows integer-indexed access to items in the collection.
Syntax
TransitionSymbols.Item( Index As Long ) As TransitionSymbolProperty Value
This is a read only property whose value is a TransitionSymbol.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the TransitionSymbol to return. If an out of range index of a non-existent TransitionSymbol is provided, an error will occur . |