SECEditSelection::GetSelStart
Returns the starting position of the selection. The anchor and tail positions are compared, and the position which preceeds the other is returned.
Defined in: SECEditSelection.cpp
Syntax
SECEditLineCol GetSelStart() constvoid GetSelStart(int& nStartLine, int& nStartCol) const
Return Value
Returns either an SECEditLineCol or the starting line and column indices through output parameters.
Parameters
nStartLine
Output parameter. The selection starting line index.
nStartCol
Output parameter. Teh selection starting column index.
See Also