AutoFitterOptions
OnlyAuto Property
 | 
Indicates whether only fit the rows which height are not customed.
The default value is false.
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 OnlyAuto { get; set; }
 
Public Property OnlyAuto As Boolean
	Get
	Set
 
public:
property bool OnlyAuto {
	bool get ();
	void set (bool value);
}
 
member OnlyAuto : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also