public interface IEffectStyleCollection extends IGenericCollection<IEffectStyle>
Represents a collection of effect styles.
Modifier and Type | Method and Description |
---|---|
IEffectStyle |
get_Item(int index)
Returns an element at specified position.
|
iterator
IEffectStyle get_Item(int index)
Returns an element at specified position.
Read-only IEffectStyle
.
index
- Position of element.