VirtualPoint.AtStartOfDocument Property

Definition

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

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

Property Value

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

Implements

Attributes

Remarks

Line numbering begins at one.

Applies to