VirtualPoint.AtStartOfDocument 属性

定义

true如果对象位于文档开头,则返回。

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

属性值

Boolean

指示是否 true 处于文档开头的布尔值; false 否则为。

实现

属性

注解

行号从1开始。

适用于