Class DATADIR
The DATADIR enumeration values specify the direction of the data flow in the dwDirection parameter of the IDataObject::EnumFormatEtc method.
Inheritance
System.Object
DATADIR
Namespace: Syncfusion.CompoundFile.XlsIO.Native
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class DATADIR : Enum
Fields
DATADIR_GET
Requests that IDataObject::EnumFormatEtc supply an enumerator for the formats that can be specified in IDataObject::GetData.
Declaration
public const DATADIR DATADIR_GET
Field Value
Type |
---|
DATADIR |
DATADIR_SET
Requests that IDataObject::EnumFormatEtc supply an enumerator for the formats that can be specified in IDataObject::SetData.
Declaration
public const DATADIR DATADIR_SET
Field Value
Type |
---|
DATADIR |