Applies To
TextStylescollection object.
Description
Returns a single member of the collection of text styles.
Syntax
expression.Item(Index)expression Required. An expression that returns a TextStyles collection.
Index Required Long. The style to be returned from the collection. Can be one of the following PpTextStyleType constants: ppBodyStyle, ppDefaultStyle, or ppTitleStyle.
Example
See the Item method (ActionSettings collection) example.
Send feedback to MSDN.Look here for MSDN Online resources.