Gets a particular line from the collection.
<void> LineCollection.getItem(<RequestLineCallback> callback, <number> textPosition, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
callback | Receives the particular line. |
text |
Specifies a zero-based text position. |
error |
Optional. Is called when the operation failed with an error. |