PivotTable.SelectionMode Property

Definition

Returns or sets the PivotTable report structured selection mode. Read/write XlPTSelectionMode.

public:
 property Microsoft::Office::Interop::Excel::XlPTSelectionMode SelectionMode { Microsoft::Office::Interop::Excel::XlPTSelectionMode get(); void set(Microsoft::Office::Interop::Excel::XlPTSelectionMode value); };
public Microsoft.Office.Interop.Excel.XlPTSelectionMode SelectionMode { get; set; }
Public Property SelectionMode As XlPTSelectionMode

Property Value

Remarks

If the PivotTable field isn’t in outline form, specifying the sum of any of the constants and xlFirstRow is equivalent to specifying the constant alone.

Applies to