Share via


TextPoint.DisplayColumn Property

Gets the number of the current displayed column containing the TextPoint object.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property DisplayColumn As Integer
'Usage
Dim instance As TextPoint 
Dim value As Integer 

value = instance.DisplayColumn
int DisplayColumn { get; }
property int DisplayColumn {
    int get ();
}
function get DisplayColumn () : int

Property Value

Type: System.Int32
An integer value indicating the number of the current displayed column containing the TextPoint object.

Remarks

The column numbering starts at one. The display column may be different from the value of the LineCharOffset property if the line contains tab characters. DisplayColumn uses the global setting for tab size to determine the displayed column.

.NET Framework Security

See Also

Reference

TextPoint Interface

TextPoint Members

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples