DataGridRowClipboardEventArgs.FormatClipboardCellValues(String) 方法

定義

傳回 ClipboardRowContent 值做為具有指定格式的字串。

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

參數

format
String

用來序列化儲存格值的資料格式。

傳回

String

格式化的字串。

備註

DataGrid 使用這個方法來格式化儲存格值,再將它們複製到剪貼簿。 此方法支援下列資料格式:

適用於

另請參閱