Class FilterCollectionModel
Inheritance
System.Object
FilterCollectionModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.dll
Syntax
public class FilterCollectionModel
Constructors
FilterCollectionModel()
Declaration
public FilterCollectionModel()
Properties
column
Specifies the filtered column collection.
Declaration
[HtmlAttributeName("column")]
public List<int> column { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
criteria
Specifies the condition for column filtering.
Declaration
[HtmlAttributeName("criteria")]
public List<string> criteria { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
dataType
Specifies the data type of column filtering.
Declaration
[HtmlAttributeName("dataType")]
public List<string> dataType { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
filterRange
Specifies the range for the filter.
Declaration
[HtmlAttributeName("filterRange")]
public string filterRange { get; set; }
Property Value
Type | Description |
---|---|
System.String |
hasFilter
Specifies the sheet has filter or not.
Declaration
[HtmlAttributeName("hasFilter")]
public bool hasFilter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
predicates
Specifies the data type of column filtering.
Declaration
[HtmlAttributeName("predicates")]
public List<string> predicates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
sheetIndex
Specifies the sheet index.
Declaration
[HtmlAttributeName("sheetIndex")]
public int sheetIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
value
Specifies the value for column filtering.
Declaration
[HtmlAttributeName("value")]
public List<object> value { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Object> |