Dart.Emulation Namespace > Vt Class : ScrapeText Method |
Public Function ScrapeText( _ ByVal start As Point, _ ByVal end As Point, _ ByVal mode As SelectionMode _ ) As String
Dim instance As Vt Dim start As Point Dim end As Point Dim mode As SelectionMode Dim value As String value = instance.ScrapeText(start, end, mode)
This method retrieves all of the text between the specifed Points, removing all escape characters. An empty string is returned if no cells are selected.
Note that the row values are relative to the start of the scrollback buffer. A CrLf pair separates each row.