ListLevel.LinkedStyle Property
Returns or sets the name of the style that's linked to the specified ListLevel object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property LinkedStyle As String
Get
Set
'Usage
Dim instance As ListLevel
Dim value As String
value = instance.LinkedStyle
instance.LinkedStyle = value
string LinkedStyle { get; set; }
Property Value
Type: System.String