Spread Windows Forms 12.0 Product Documentation
CustomFilterCriteria Structure
Members 


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : CustomFilterCriteria Structure
A custom AutoFilter specifies an operator and a value. There can be at most two customFilters specified, and in that case the parent element specifies whether the two conditions are joined by 'and' or 'or'. For any cells whose values do not meet the specified criteria, the corresponding rows shall be hidden from view when the fitler is applied.
Object Model
CustomFilterCriteria StructureIPrimitiveValue Interface
Syntax
'Declaration
 
Public Structure CustomFilterCriteria 
   Inherits System.ValueType
'Usage
 
Dim instance As CustomFilterCriteria
public struct CustomFilterCriteria : System.ValueType 
Inheritance Hierarchy

System.Object
   System.ValueType
      GrapeCity.Spreadsheet.CustomFilterCriteria

See Also

Reference

CustomFilterCriteria Members
GrapeCity.Spreadsheet Namespace