SELECTIONSTATE.iAnchorCol Field

Index of the anchor column.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public iAnchorCol As Integer
public int iAnchorCol
public:
int iAnchorCol
val mutable iAnchorCol: int
public var iAnchorCol : int

Remarks

This is a ViewCol, NOT a CharIndex. It may be past the end of the physical line.

COM Signature

From textmgr.idl:

.NET Framework Security

See Also

Reference

SELECTIONSTATE Structure

Microsoft.VisualStudio.TextManager.Interop Namespace