PivotTable.SelectionMode 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 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.