PivotTable.PivotSelection Property

Definition

Returns or sets the PivotTable selection in standard PivotTable report selection format. Read/write String.

public:
 property System::String ^ PivotSelection { System::String ^ get(); void set(System::String ^ value); };
public string PivotSelection { get; set; }
Public Property PivotSelection As String

Property Value

Remarks

Setting this property is equivalent to calling the PivotSelect(String, XlPTSelectionMode, Object) method with the Mode argument set to xlDataAndLabel.

Applies to