EditPoint2::DisplayColumn Property

 

Gets the number of the currently displayed column containing the EditPoint object.

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

property int DisplayColumn {
	int get();
}

Property Value

Type: System::Int32

The number of the currently displayed column containing the EditPoint object.

The 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.

No code example is currently available or this language may not be supported.
Return to top
Show: