MultipleFilterCollection
MatchBlank Property
|
Indicates whether to filter by blank.
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 MatchBlank { get; set; }
Public Property MatchBlank As Boolean
Get
Set
public:
property bool MatchBlank {
bool get ();
void set (bool value);
}
member MatchBlank : bool with get, set
Property Value
Type:
Boolean
See Also