DataGrid::GetOutputTextDelimiter Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the string that is the delimiter between columns when row contents are copied to the Clipboard.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual String^ GetOutputTextDelimiter()

Return Value

Type: System::String^

The string value "\t", which represents a tab used to separate columns in a row.

.NET Framework
Available since 1.1
Return to top
Show: