DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / StyleCollection Class / AddLinkedStyle Method
The linked style name.
A base paragraph or linked style.

In This Topic
AddLinkedStyle Method
In This Topic
Adds a pair of linked paragraph and character styles to the collection.
Syntax
'Declaration
 
Public Function AddLinkedStyle( _
   ByVal name As System.String, _
   Optional ByVal baseStyle As Style _
) As Style
 

Parameters

name
The linked style name.
baseStyle
A base paragraph or linked style.

Return Value

A newly created linked paragraph style.
See Also