FilterValueCollection Class

FilterValueCollection class

Represents the multiple filter collection.


type FilterValueCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetMatchBlankIndicates whether to filter by blank.
SetMatchBlankIndicates whether to filter by blank.
GetGets FilterValue by index.
Add_StringAdds a label filter criteria.
Add_DateTimeGroupingType_Int_Int_IntAdds a date filter criteria value.
Add_DateTimeGroupingType_Int_Int_Int_Int_Int_IntAdds a date time filter criteria value.
GetCountGets the number of elements contained in the instance.