VirtualPoint::DisplayColumn Property
Visual Studio 2015
Gets the number of the current displayed column containing the object.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::Int32An integer value indicating the number of the current displayed column containing the object.
Implements
TextPoint::DisplayColumnColumn 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: