IAutoFilter
IsSimple1 Property
 | 
True if the first 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 IsSimple1 { get; set; }
 
Property IsSimple1 As Boolean
	Get
	Set
 
property bool IsSimple1 {
	bool get ();
	void set (bool value);
}
 
abstract IsSimple1 : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also