ITextSpan.EndCol Property

Definition

Gets the column number on which text selection ends.

public:
 property int EndCol { int get(); };
public int EndCol { get; }
member this.EndCol : int
Public ReadOnly Property EndCol As Integer

Property Value

Returns an integer that represents the column number on which text selection ends.

Applies to