PivotFilter.StringValue2 Property

Label Pivot Filter String Value 2.Represents the attribte in schema: stringValue2

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

Syntax

'Declaration
<SchemaAttrAttribute(, "stringValue2")> _
Public Property StringValue2 As StringValue
    Get
    Set
'Usage
Dim instance As PivotFilter
Dim value As StringValue

value = instance.StringValue2

instance.StringValue2 = value
[SchemaAttrAttribute(, "stringValue2")]
public StringValue StringValue2 { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

PivotFilter Class

PivotFilter Members

DocumentFormat.OpenXml.Spreadsheet Namespace