IEditorOperations.ExtendSelection(Int32) Method

Definition

Extends the current selection span to the new selection end.

public:
 void ExtendSelection(int newEnd);
public:
 void ExtendSelection(int newEnd);
void ExtendSelection(int newEnd);
public void ExtendSelection (int newEnd);
abstract member ExtendSelection : int -> unit
Public Sub ExtendSelection (newEnd As Integer)

Parameters

newEnd
Int32

The new character position to which the selection is to be extended.

Exceptions

newEnd is less than 0.

Applies to