Spread Silverlight Documentation
CalendarType Property (IExcelFilters)


GrapeCity.Excel Namespace > IExcelFilters Interface : CalendarType Property
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

Reference

IExcelFilters Interface
IExcelFilters Members