InlineShape.HorizontalLineFormat Property
Returns a HorizontalLineFormat object that contains the horizontal line formatting for the specified InlineShape object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property HorizontalLineFormat As HorizontalLineFormat
Get
'Usage
Dim instance As InlineShape
Dim value As HorizontalLineFormat
value = instance.HorizontalLineFormat
HorizontalLineFormat HorizontalLineFormat { get; }
Property Value
Type: Microsoft.Office.Interop.Word.HorizontalLineFormat