multiText = textField.GetMultiText([StartLine, numberOfLines])
multiText = textField.GetMultiText([StartLine, numberOfLines])
Variable | Description |
---|---|
multiText | List(Of String). |
StartLine | Optional: The number of the first line to return. The value is zero-based. Integer. |
numberOfLines | Optional: The number of lines to return. Integer. |