VirtualPoint.LineCharOffset Property

Definition

Gets the character offset of the object.

public:
 property int LineCharOffset { int get(); };
public:
 property int LineCharOffset { int get(); };
[System.Runtime.InteropServices.DispId(12)]
public int LineCharOffset { [System.Runtime.InteropServices.DispId(12)] get; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
member this.LineCharOffset : int
Public ReadOnly Property LineCharOffset As Integer

Property Value

An integer value indicating the character offset of the VirtualPoint object.

Implements

Attributes

Remarks

Character numbering begins at one. LineCharOffset returns the number of characters the object is from the left side of a line in the document.

Applies to