Spread Windows Forms 12.0 Product Documentation
DynamicFilterType Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : DynamicFilterType Enumeration
Syntax
'Declaration
 
Public Enum DynamicFilterType 
   Inherits System.Enum
'Usage
 
Dim instance As DynamicFilterType
public enum DynamicFilterType : System.Enum 
Members
MemberDescription
AboveAverageWhen the item is serialized out as xml, its value is "aboveAverage".
AprilWhen the item is serialized out as xml, its value is "M4".
AugustWhen the item is serialized out as xml, its value is "M8".
BelowAverageWhen the item is serialized out as xml, its value is "belowAverage".
DecemberWhen the item is serialized out as xml, its value is "M12".
FebruaryWhen the item is serialized out as xml, its value is "M2".
January 
JulyWhen the item is serialized out as xml, its value is "M7".
JuneWhen the item is serialized out as xml, its value is "M6".
LastMonthWhen the item is serialized out as xml, its value is "lastMonth".
LastQuarterWhen the item is serialized out as xml, its value is "lastQuarter".
LastWeekWhen the item is serialized out as xml, its value is "lastWeek".
LastYearWhen the item is serialized out as xml, its value is "lastYear".
MarchWhen the item is serialized out as xml, its value is "M3".
MayWhen the item is serialized out as xml, its value is "M5".
NextMonthWhen the item is serialized out as xml, its value is "nextMonth".
NextQuarterWhen the item is serialized out as xml, its value is "nextQuarter".
NextWeekWhen the item is serialized out as xml, its value is "nextWeek".
NextYearWhen the item is serialized out as xml, its value is "nextYear".
NovemberWhen the item is serialized out as xml, its value is "M11".
OctoberWhen the item is serialized out as xml, its value is "M10".
Quarter1When the item is serialized out as xml, its value is "Q1".
Quarter2When the item is serialized out as xml, its value is "Q2".
Quarter3When the item is serialized out as xml, its value is "Q3".
Quarter4When the item is serialized out as xml, its value is "Q4".
SeptemberWhen the item is serialized out as xml, its value is "M9".
ThisMonthWhen the item is serialized out as xml, its value is "thisMonth".
ThisQuarterWhen the item is serialized out as xml, its value is "thisQuarter".
ThisWeekWhen the item is serialized out as xml, its value is "thisWeek".
ThisYearWhen the item is serialized out as xml, its value is "thisYear".
TodayWhen the item is serialized out as xml, its value is "today".
TomorrowWhen the item is serialized out as xml, its value is "tomorrow".
YearToDateWhen the item is serialized out as xml, its value is "yearToDate".
YesterdayWhen the item is serialized out as xml, its value is "yesterday".
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.DynamicFilterType

See Also

Reference

GrapeCity.Spreadsheet Namespace