Style.LinkStyle Property
Sets or returns an Object that represents a link between a paragraph and a character style. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property LinkStyle As Object
Get
Set
'Usage
Dim instance As Style
Dim value As Object
value = instance.LinkStyle
instance.LinkStyle = value
Object LinkStyle { get; set; }
Property Value
Type: System.Object
Remarks
When a character style and a paragraph style are linked, the two styles take on the same character formatting.