LineFormat.Style Property
Returns or sets the line format style.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Style As MsoLineStyle
Get
Set
'Usage
Dim instance As LineFormat
Dim value As MsoLineStyle
value = instance.Style
instance.Style = value
MsoLineStyle Style { get; set; }
Property Value
Type: MsoLineStyle