ISECEditPresentationState::GetSelectColumns
BOOLISECEditPresentationState::GetSelectColumns(intnLine, int&nStartCol, int&nEndCol)
Retrieves the starting and ending columns of the current column selection for the given line.
Defined in: ISECEditPresentationState.h
Return Value
Returns TRUE if there is any selection on this line, False otherwise.
Parameters
nLine
The line for which to retrieve the columns
nStartCol
recieves the starting column of selection for the given line
nEndCol
recieves the ending column of selection for the given line
See Also