IAutoFilter
IsSimple2 Property
 | 
True if the second condition is a simple equality. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
bool IsSimple2 { get; set; }
 
Property IsSimple2 As Boolean
	Get
	Set
 
property bool IsSimple2 {
	bool get ();
	void set (bool value);
}
 
abstract IsSimple2 : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also