TextPoint::AbsoluteCharOffset Property
Visual Studio 2015
Gets the one-based character offset from the beginning of the document to the TextPoint object.
Assembly: EnvDTE (in EnvDTE.dll)
AbsoluteCharOffset returns the number of characters from the top of the document to the object. The LineCharOffset property 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.
Show: