PivotFilter.StringValue1 Property

Label Pivot.Represents the attribte in schema: stringValue1

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

Syntax

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

value = instance.StringValue1

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

PivotFilter Class

PivotFilter Members

DocumentFormat.OpenXml.Spreadsheet Namespace