Spread WPF 17
GrapeCity.Excel Namespace / IExcelFilters Interface / CalendarType Property


In This Topic
    CalendarType Property (IExcelFilters)
    In This Topic
    Calendar type for date grouped items. Used to interpret the values in dateGroupItem.
    Syntax
    'Declaration
     
    Property CalendarType As ExcelCalendarType
    'Usage
     
    Dim instance As IExcelFilters
    Dim value As ExcelCalendarType
     
    instance.CalendarType = value
     
    value = instance.CalendarType
    ExcelCalendarType CalendarType {get; set;}
    Remarks
    This is the calendar type used to evaluate all dates in the filter column, even when those dates are not using the same calendar system / date formatting.
    See Also