'Declaration
Public Overloads Function GetClipString( _ ByVal copyMode As ClipboardCopyMode _ ) As String
public string GetClipString( ClipboardCopyMode copyMode )
Parameters
- copyMode
- ClipboardCopyMode that specifies which headers should be included in the string.
Return Value
A string with the content of the current selection. Columns are delimited by tabs and rows are delimited by new lines.