Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CustomFilter Class / And Property


In This Topic
And Property (CustomFilter)
In This Topic
Gets or sets a value indicating whether the two criterias have an "and" relationship.
Syntax
'Declaration
 
Public Property And As Boolean
 
'Usage
 
Dim instance As CustomFilter
Dim value As Boolean
 
instance.And = value
 
value = instance.And

Property Value

true if the two criterias have an "and" relationship; otherwise, false.
See Also