EditPoint::LineCharOffset Property
Visual Studio 2015
Gets the character offset of the EditPoint object.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::Int32An integer value indicating the character offset of the EditPoint object.
Implements
TextPoint::LineCharOffsetCharacter numbering begins at one. LineCharOffset returns the number of characters the object is from the left side of a line in the document.
Show: