DataGridRowClipboardEventArgs.FormatClipboardCellValues(String) Method

Definition

Returns the ClipboardRowContent values as a string in the specified format.

public:
 System::String ^ FormatClipboardCellValues(System::String ^ format);
public string FormatClipboardCellValues (string format);
member this.FormatClipboardCellValues : string -> string
Public Function FormatClipboardCellValues (format As String) As String

Parameters

format
String

The data format in which to serialize the cell values.

Returns

The formatted string.

Remarks

The DataGrid uses this method to format cell values before copying them to the Clipboard. This method supports the following data formats:

Applies to

See also