VirtualPoint.DisplayColumn 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 number of the current displayed column containing the object.
public:
property int DisplayColumn { int get(); };
public:
property int DisplayColumn { int get(); };
[System.Runtime.InteropServices.DispId(14)]
public int DisplayColumn { [System.Runtime.InteropServices.DispId(14)] get; }
[<System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.DispId(14)>]
member this.DisplayColumn : int
Public ReadOnly Property DisplayColumn As Integer
Property Value
An integer value indicating the number of the current displayed column containing the object.
Implements
- Attributes
Remarks
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.