Click or drag to resize

ListStyleCollection FindByName Method

Finds list style by name.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ListStyle FindByName(
	string name
)

Parameters

name
Type: System String
The name.

Return Value

Type: ListStyle
See Also