_TableView.AutomaticGrouping Property

Returns or sets a Boolean value (bool in C#) that indicates whether the automatic grouping is active in the TableView object. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property AutomaticGrouping As Boolean
    Get
    Set
'Usage
Dim instance As _TableView
Dim value As Boolean

value = instance.AutomaticGrouping

instance.AutomaticGrouping = value
bool AutomaticGrouping { get; set; }

Property Value

Type: System.Boolean

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.

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace