
Gets a particular style from the collection.
[C#]
public InlineStyle GetItem(string styleName);
[Visual Basic]
Public Function GetItem(ByVal styleName As String) As InlineStyle
| Parameter | Description | |
| styleName | Specifies the name of the style. |
The return value is null, if a style with the specified name is not contained in the collection. Otherwise it is an object of the type InlineStyle.