Selection.IPAtEndOfLine Property

Determines if the insertion point is at the end of a line that wraps to the next line.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property IPAtEndOfLine As Boolean
    Get
'Usage
Dim instance As Selection
Dim value As Boolean

value = instance.IPAtEndOfLine
bool IPAtEndOfLine { get; }

Property Value

Type: System.Boolean

Remarks

This property returns True if the insertion point is at the end of a line that wraps to the next line and False if the selection isn't collapsed, the insertion point isn't at the end of a line, or the insertion point is positioned before a paragraph mark.

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace