SECEdit::LineIndex
intSECEdit::LineIndex(intnLine, intnCol)
Converts the line and column into an index.
Defined in: SECEdit.cpp
Return Value
Returns an index into the text for the given line and column if successful; otherwise, returns -1.
Parameters
nLine
Line number of text.
nCol
Column on the line of text.