ISECEditBuffer::GetLineVisibleLength

int ISECEditBuffer::GetLineVisibleLength(int nLine)

Get the number of displayable characters on the given line, up to but not including any line end characters.

Defined in: ISECEditBuffer.h

Return Value

The length of the line not including line end characters. If the line index is invalid, returns -1.

Parameters

nLine

The zero-based line index for which to return the length.

See Also

ISECEditBuffer GetLineLength