Gets a particular HyphenationList from the collection by using the specified name.

GetItem(String)

public Proofing.HyphenationList GetItem(string name);
Public Function GetItem(name As String) As Proofing.HyphenationList

Parameters

Parameter Description
name Specifies a hyphenation list name.

Return Value

The return value is null, if a HyphenationList with the specified name could not be found. Otherwise, it is an object of the type HyphenationList.