VirtualPoint.AbsoluteCharOffset 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.
Gets the one-based character offset from the beginning of the document to the object.
public:
property int AbsoluteCharOffset { int get(); };
public:
property int AbsoluteCharOffset { int get(); };
[System.Runtime.InteropServices.DispId(13)]
public int AbsoluteCharOffset { [System.Runtime.InteropServices.DispId(13)] get; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
member this.AbsoluteCharOffset : int
Public ReadOnly Property AbsoluteCharOffset As Integer
Property Value
An integer value indicating the one-based character offset from the beginning of the document to the object.
Implements
- Attributes
Remarks
AbsoluteCharOffset returns the number of characters from the top of the document to the object, as compared to the LineCharOffset property, which determines the number of characters only from the beginning of the line containing the object. New line characters count as one character.
Character numbering begins at one.