PyCEdit.LineIndex
int = LineIndex(lineNo)
Retrieves the character index of a line within a multiple-line edit control.
Parameters
Comments
This method only works on multi-linr edit controls.
MFC References
Return Value
The character index of the line specified in lineNo, or -1 if the specified line number is greater then the number of lines in the edit control.