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