IAutoFilter
IsAnd Property
|
True means to use AND operation between conditions,
False to use OR. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Property IsAnd As Boolean
Get
Set
property bool IsAnd {
bool get ();
void set (bool value);
}
abstract IsAnd : bool with get, set
Property Value
Type:
Boolean
See Also