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

備註

此格式是試算表常用的基本交換格式。

類別和其他實 IDataObject 作 介面的類別會使用此 DataObject 欄位來描述可用的資料格式。

使用這個欄位搭配 SetData 方法,將具有對應格式的資料新增至資料物件;請使用這個欄位搭配 GetData 方法,以對應的格式擷取資料。 若要檢查資料物件是否包含此格式的資料,請使用 GetDataPresent 方法來查詢格式。

適用於