FilterValueCollection Class
FilterValueCollection class
Represents the multiple filter collection.
type FilterValueCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetMatchBlank | Indicates whether to filter by blank. |
| SetMatchBlank | Indicates whether to filter by blank. |
| Get | Gets FilterValue by index. |
| Add_String | Adds a label filter criteria. |
| Add_DateTimeGroupingType_Int_Int_Int | Adds a date filter criteria value. |
| Add_DateTimeGroupingType_Int_Int_Int_Int_Int_Int | Adds a date time filter criteria value. |
| GetCount | Gets the number of elements contained in the instance. |