_TableView.DefaultExpandCollapseSetting Property
Returns or sets an OlDefaultExpandCollapseSetting constant that determines the default expansion setting for groups in 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 DefaultExpandCollapseSetting As OlDefaultExpandCollapseSetting
Get
Set
'Usage
Dim instance As _TableView
Dim value As OlDefaultExpandCollapseSetting
value = instance.DefaultExpandCollapseSetting
instance.DefaultExpandCollapseSetting = value
[DispIdAttribute()]
OlDefaultExpandCollapseSetting DefaultExpandCollapseSetting { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlDefaultExpandCollapseSetting