VirtualPoint.AtEndOfDocument Property

Definition

Returns true if the object is at the end of the document.

public:
 property bool AtEndOfDocument { bool get(); };
public:
 property bool AtEndOfDocument { bool get(); };
[System.Runtime.InteropServices.DispId(21)]
public bool AtEndOfDocument { [System.Runtime.InteropServices.DispId(21)] get; }
[<System.Runtime.InteropServices.DispId(21)>]
[<get: System.Runtime.InteropServices.DispId(21)>]
member this.AtEndOfDocument : bool
Public ReadOnly Property AtEndOfDocument As Boolean

Property Value

A Boolean value indicating true if you are at the end of the document; false if otherwise.

Implements

Attributes

Applies to