Parameter.ParameterType Property

Definition

Parameter Type

Represents the following attribute in the schema: parameterType

[DocumentFormat.OpenXml.SchemaAttr(0, "parameterType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues> ParameterType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues> ParameterType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "parameterType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues>? ParameterType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("parameterType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues>? ParameterType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues>? ParameterType { get; set; }
member this.ParameterType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "parameterType")>]
member this.ParameterType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("parameterType")>]
member this.ParameterType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ParameterValues> with get, set
Public Property ParameterType As EnumValue(Of ParameterValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to