ISECEditBuffer::GetLineLength
intISECEditBuffer::GetLineLength(intnLine)
Gets the number of characters on the given line, including line end characters.
Defined in: ISECEditBuffer.h
Return Value
The length of the line including line end characters. If the line index is invalid, returns -1.
Parameters
nLine
The line for which to return the length.
See Also