DocumentClass.TextLineEnding Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Property TextLineEnding As WdLineEndingType
Get
Set
'Usage
Dim instance As DocumentClass
Dim value As WdLineEndingType
value = instance.TextLineEnding
instance.TextLineEnding = value
public virtual WdLineEndingType TextLineEnding { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdLineEndingType