VirtualPoint.AtStartOfDocument Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.