AutoFitterOptions
AutoFitMergedCells Property
 | 
Indicates whether auto fit row height when the cells is merged in a row.
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 AutoFitMergedCells { get; set; }
 
Public Property AutoFitMergedCells As Boolean
	Get
	Set
 
public:
property bool AutoFitMergedCells {
	bool get ();
	void set (bool value);
}
 
member AutoFitMergedCells : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also