_TableView.AutomaticGrouping Property

Definition

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.

Applies to