API Reference
Class
ExcelAutoFilterDateGroupInfo
One date grouping entry in an AutoFilter value criterion.
Inheritance
- Object
- ExcelAutoFilterDateGroupInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ExcelAutoFilterColumnInfo.DateGroups
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Grouping { get; } #Date grouping precision.
public Nullable<UInt16> Year { get; } #Year component.
public Nullable<UInt16> Month { get; } #Month component.
public Nullable<UInt16> Day { get; } #Day component.
public Nullable<UInt16> Hour { get; } #Hour component.
public Nullable<UInt16> Minute { get; } #Minute component.
public Nullable<UInt16> Second { get; } #Second component.