Retrive text from GoText

A GoText object is in the GoView.

Multiline = true; Wrapping = true; Text = “This is a long text and wrapping to several lines automatically.”;

My question is how to retrieve the string of text from the specified line?

For example, there are 4 lines in this object. I would like to get the second line of text from this object.

There’s no way to do that, at least that we know about. GoDiagram hands the string off to GDI+ with the parameters, and it does the wrapping.