TextPoint.LineCharOffset 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 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 object.
- 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.