ColorFilter
FilterByFillColor Property
|
Flag indicating whether or not to filter by the cell's fill color.
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 FilterByFillColor { get; set; }
Public Property FilterByFillColor As Boolean
Get
Set
public:
property bool FilterByFillColor {
bool get ();
void set (bool value);
}
member FilterByFillColor : bool with get, set
Property Value
Type:
Boolean
See Also