Поделиться через


Parameter.ParameterType Property

Parameter Type.Represents the attribte in schema: parameterType

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "parameterType")> _
Public Property ParameterType As EnumValue(Of ParameterValues)
    Get
    Set
'Usage
Dim instance As Parameter
Dim value As EnumValue(Of ParameterValues)

value = instance.ParameterType

instance.ParameterType = value
[SchemaAttrAttribute(, "parameterType")]
public EnumValue<ParameterValues> ParameterType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<ParameterValues>
Returns EnumValue<T>.

See Also

Reference

Parameter Class

Parameter Members

DocumentFormat.OpenXml.Spreadsheet Namespace