PivotTable.PivotSelectionStandard Property

Returns or sets a String indicating the PivotTable selection in standard PivotTable report format using English (United States) settings. Read/write.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property PivotSelectionStandard As String
    Get
    Set
'Usage
Dim instance As PivotTable
Dim value As String

value = instance.PivotSelectionStandard

instance.PivotSelectionStandard = value
string PivotSelectionStandard { get; set; }

Property Value

Type: System.String

Remarks

The PivotSelectionStandard property is "international-friendly" whereas the PivotSelection property is not.

See Also

Reference

PivotTable Interface

PivotTable Members

Microsoft.Office.Interop.Excel Namespace