PivotTable.PivotSelection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.