Parameter.DataType Property

Returns or sets the data type of the specified query parameter. Read/write XlParameterDataType.

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

Syntax

'Declaration
Property DataType As XlParameterDataType
    Get
    Set
'Usage
Dim instance As Parameter
Dim value As XlParameterDataType

value = instance.DataType

instance.DataType = value
XlParameterDataType DataType { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlParameterDataType

See Also

Reference

Parameter Interface

Parameter Members

Microsoft.Office.Interop.Excel Namespace