Table of Contents

Class AutoFitterOptions

Namespace
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly
Spire.XLS.dll
public class AutoFitterOptions
Inheritance
AutoFitterOptions
Inherited Members

Constructors

AutoFitterOptions()

public AutoFitterOptions()

Properties

AutoFitMergedCells

Indicates whether auto fit row height when the cells is merged in a row. The default value is false.

public bool AutoFitMergedCells { get; set; }

Property Value

bool

IgnoreHidden

Ingored the hidden rows/columns. The default value is false.

public bool IgnoreHidden { get; set; }

Property Value

bool

OnlyAuto

Indicates whether only fit the rows which height are not customed. The default value is false.

public bool OnlyAuto { get; set; }

Property Value

bool