EditPoint2::DisplayColumn Property
Visual Studio 2015
Gets the number of the currently displayed column containing the EditPoint object.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Property Value
Type: System::Int32The number of the currently displayed column containing the EditPoint object.
Implements
EditPoint::DisplayColumnThe column numbering starts at one. The display column may be different from the value of the LineCharOffset if the line contains tab characters. DisplayColumn uses the global setting for tab size to determine the displayed column.
Show: