Style.Linked Property
Returns or sets a Boolean that represents whether a style is a linked style that can be used for both paragraph and character formatting. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Linked As Boolean
Get
'Usage
Dim instance As Style
Dim value As Boolean
value = instance.Linked
bool Linked { get; }
Property Value
Type: System.Boolean
Boolean
Remarks
True indicates that the Style Type option in the Modify Style dialog box is set to "Linked (paragraph and character)".