SECEditController::GetSelectColumns
BOOLSECEditController::GetSelectColumns(intnLine, int &nStartCol, int &nEndCol)
Retrieves the starting and ending column positions of the current selection.
Defined in: SECEditController.cpp
Return Value
Returns non-zero if text is selected on the given line; otherwise 0.
Parameters
nLine
The line index of the text.
nStartCol
Output parameter. Reference of the starting column index.
nEndCol
Output parameter. Reference of the ending column index.
See Also
SECEditController GetSelection GetSelectionType GetSel GetSelText