AvalonEdit
Column Property
NamespacesICSharpCode.AvalonEdit.DocumentTextAnchorColumn
Gets the column number of this anchor.
Declaration Syntax
C#Visual BasicVisual C++
public int Column { get; }
Public ReadOnly Property Column As Integer
	Get
public:
virtual property int Column {
	int get () sealed;
}
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when trying to get the Offset from a deleted anchor.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238