FilterColumn
HasFirstCondition Property
 | 
First condition used.
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 HasFirstCondition { get; }
 
Public ReadOnly Property HasFirstCondition As Boolean
	Get
 
public:
property bool HasFirstCondition {
	bool get ();
}
 
member HasFirstCondition : bool with get
 
 
 
Property Value
Type:
Boolean
 
See Also