SECEditLineColPair::SetStartLineCol
voidSECEditLineColPair::SetStartLineCol(intnStartLine, intnStartCol)
Sets the starting line/col of this line/col pair.
Defined in: SECEditLineCol.cpp
Return Value
void
Parameters
nStartLine
The starting line index.
nStartCol
The starting column index.
See Also