AutoFitterOptions class

AutoFitterOptions class

Represents all auto fitter options.

The AutoFitterOptions type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of AutoFitterOptions

Properties

PropertyDescription
default_edit_languageGets or sets default edit language.
auto_fit_merged_cellsIndicates whether auto fit row height when the cells is merged in a row.
The default value is false.
auto_fit_merged_cells_typeGets and set the type of auto fitting row height of merged cells.
only_autoIndicates whether only fit the rows which height are not customed.
ignore_hiddenIgnores the hidden rows/columns.
max_row_heightGets and sets the max row height(in unit of Point) when autofitting rows.
auto_fit_wrapped_text_typeGets and sets the type of auto fitting wrapped text.
format_strategyGets and sets the formatted strategy.
for_renderingIndicates whether fit for rendering purpose.

See Also