ColorFilter
Value Property
|
Gets or sets the 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 Color Value { get; set; }
Public Property Value As Color
Get
Set
public:
property Color Value {
Color get ();
void set (Color value);
}
member Value : Color with get, set
Property Value
Type:
Color
See Also