Spread Silverlight Documentation
CalendarType Property (ExcelFilters)


GrapeCity.Excel Namespace > ExcelFilters Class : CalendarType Property
Calendar type for date grouped items. Used to interpret the values in dateGroupItem.
Syntax
'Declaration
 
Public Property CalendarType As ExcelCalendarType
'Usage
 
Dim instance As ExcelFilters
Dim value As ExcelCalendarType
 
instance.CalendarType = value
 
value = instance.CalendarType
public 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

ExcelFilters Class
ExcelFilters Members