Visual Basic (Declaration) | |
---|---|
Public Function ScrapeText( _ ByVal start As Point, _ ByVal end As Point, _ ByVal mode As SelectionMode _ ) As String |
Visual Basic (Usage) | ![]() |
---|---|
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) |
Parameters
- start
- Column/row of first cell, 0-relative, inclusive.
- end
- Column/row of last cell, 0-relative, inclusive.
- mode
- The SelectionMode to use.
Return Value
A string representation of the scraped characters.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.
Target Platforms: Microsoft .NET Framework 2.0