_TableView.ShowItemsInGroups Property
Returns or sets a Boolean (bool in C#) value that determines whether Outlook items are shown in groups within the TableView object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property ShowItemsInGroups As Boolean
Get
Set
'Usage
Dim instance As _TableView
Dim value As Boolean
value = instance.ShowItemsInGroups
instance.ShowItemsInGroups = value
[DispIdAttribute()]
bool ShowItemsInGroups { get; set; }
Property Value
Type: System.Boolean