SECEditSelection::GetSelEnd

Retrieves the ending position of the selection. The anchor and tail positions are compared, and the greater of the two is returned.

Defined in: SECEditSelection.cpp

Syntax

void GetSelStart(int& nStartLine, int& nStartCol) const;

SECEditLineCol GetSelEnd() const;

Return Value

Returns either an SECEditSelection or the ending line and column indices through output parameters.

Parameters

nEndLine

Output parameter. The selection ending line index.

nEndCol

Output parameter. The selection ending column index.

See Also

SECEditSelection GetSelection GetSelStart