DynamicFilter
MaxValue Property
 | 
Gets and sets the dynamic filter max value.
Namespace:
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public Object MaxValue { get; set; }
 
Public Property MaxValue As Object
	Get
	Set
 
public:
property Object^ MaxValue {
	Object^ get ();
	void set (Object^ value);
}
 
member MaxValue : Object with get, set
 
 
 
Property Value
Type:
Object
 
See Also