DynamicFilter.Type Property
Dynamic filter type.Represents the attribte in schema: type
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of DynamicFilterValues)
Get
Set
'Uso
Dim instance As DynamicFilter
Dim value As EnumValue(Of DynamicFilterValues)
value = instance.Type
instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<DynamicFilterValues> Type { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<DynamicFilterValues>
Returns EnumValue<T>.