Share via


Window.AutoFilterDateGrouping Property

True if the auto filter for date grouping is currently displayed in the specified window. Read/write.

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

Syntax

'Declaration
Property AutoFilterDateGrouping As Boolean
    Get
    Set
'Usage
Dim instance As Window
Dim value As Boolean

value = instance.AutoFilterDateGrouping

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Excel Namespace