_Font.Line Property
Gets a LineFormat object that specifies the formatting for a line.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Line As LineFormat
Get
Set
'Usage
Dim instance As _Font
Dim value As LineFormat
value = instance.Line
instance.Line = value
LineFormat Line { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.LineFormat
A LineFormat object.
Remarks
Read/write.