FilterColumn
IsAnd Property
|
Logical AND of FirstCondtion and SecondCondition.
Namespace:
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsAnd { get; set; }
Public Property IsAnd As Boolean
Get
Set
public:
virtual property bool IsAnd {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsAnd : bool with get, set
override IsAnd : bool with get, set
Property Value
Type:
Boolean
Implements
IAutoFilter
IsAnd
See Also