Show / Hide Table of Contents

Class DateValuesFilter

Inheritance
System.Object
DateValuesFilter
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DateValuesFilter : object

Constructors

DateValuesFilter()

Declaration
public DateValuesFilter()

Properties

Blank

Declaration
public bool Blank { get; set; }
Property Value
Type Description
System.Boolean

CalendarType

Declaration
public CalendarType? CalendarType { get; set; }
Property Value
Type Description
System.Nullable<CalendarType>

Values

Declaration
public List<DateGroupItem> Values { get; }
Property Value
Type Description
List<DateGroupItem>
Back to top Generated by DocFX