PivotEditValue.ValueType Property
valueType.Represents the attribte in schema: valueType
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "valueType")> _
Public Property ValueType As EnumValue(Of PivotEditValueTypeValues)
Get
Set
'Usage
Dim instance As PivotEditValue
Dim value As EnumValue(Of PivotEditValueTypeValues)
value = instance.ValueType
instance.ValueType = value
[SchemaAttrAttribute(, "valueType")]
public EnumValue<PivotEditValueTypeValues> ValueType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<PivotEditValueTypeValues>