XlParameterDataType enumeration

Specifies the data type of a query parameter.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
xlParamTypeUnknownType unknown.
xlParamTypeCharString.
xlParamTypeNumericNumeric.
xlParamTypeDecimalDecimal.
xlParamTypeIntegerInteger.
xlParamTypeSmallIntSmall integer.
xlParamTypeFloatFloat.
xlParamTypeRealReal.
xlParamTypeDoubleDouble.
xlParamTypeVarCharVariable-length string.
xlParamTypeDateDate.
xlParamTypeTimeTime.
xlParamTypeTimestampTime stamp.
xlParamTypeLongVarCharLong string.
xlParamTypeBinaryBinary.
xlParamTypeVarBinaryVariable-length binary.
xlParamTypeLongVarBinaryLong binary.
xlParamTypeBigIntBig integer.
xlParamTypeTinyIntTiny integer.
xlParamTypeBitBit.
xlParamTypeWCharUnicode character string.
Show: