2.2.5.9 DdaValueType

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

The type of cell data used in the operation.

 <xs:simpleType name="DdaValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="None"/>
     <xs:enumeration value="Formatted"/>
     <xs:enumeration value="Unformatted"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the DdaValueType simple type.

Value

Meaning

None

Represents an uninitialized or invalid filter type.

Formatted

Use the formatted value and string type of a cell.

Unformatted

Use the unformatted value and type of a cell.