DataFormats.CommaSeparatedValue 字段

定义

指定以逗号分隔的值 (CSV) 数据格式。

public: static initonly System::String ^ CommaSeparatedValue;
public static readonly string CommaSeparatedValue;
 staticval mutable CommaSeparatedValue : string
Public Shared ReadOnly CommaSeparatedValue As String 

字段值

String

注解

此格式是电子表格常用的基本交换格式。

此字段由 DataObject 实现接口以描述可用数据格式的 IDataObject 类和其他类使用。

将此字段用于 SetData 将具有相应格式的数据添加到数据对象;将此字段与该方法一起使用 GetData ,以相应的格式检索数据。 若要检查数据对象是否包含此格式的数据,请使用 GetDataPresent 该方法查询格式。

适用于