_TableView.AutomaticGrouping 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 a Boolean (bool in C#) value that indicates whether the automatic grouping is active in the TableView object. Read/write.
public:
property bool AutomaticGrouping { bool get(); void set(bool value); };
public bool AutomaticGrouping { get; set; }
Public Property AutomaticGrouping As Boolean
Property Value
Remarks
If this property is set to True, items are automatically grouped in the view according to the arrangement specified in the Outlook user interface. If this property is set to False, items are grouped in the view according to the contents of the GroupByFields property.