AutoFitterOptions Class

AutoFitterOptions class

Represents all auto fitter options.


type AutoFitterOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewAutoFitterOptionsDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetDefaultEditLanguageGets or sets default edit language.
SetDefaultEditLanguageGets or sets default edit language.
GetAutoFitMergedCellsTypeGets and set the type of auto fitting row height of merged cells.
SetAutoFitMergedCellsTypeGets and set the type of auto fitting row height of merged cells.
GetOnlyAutoIndicates whether only fit the rows which height are not customed.
SetOnlyAutoIndicates whether only fit the rows which height are not customed.
GetIgnoreHiddenIgnores the hidden rows/columns.
SetIgnoreHiddenIgnores the hidden rows/columns.
GetMaxRowHeightGets and sets the max row height(in unit of Point) when autofitting rows.
SetMaxRowHeightGets and sets the max row height(in unit of Point) when autofitting rows.
GetAutoFitWrappedTextTypeGets and sets the type of auto fitting wrapped text.
SetAutoFitWrappedTextTypeGets and sets the type of auto fitting wrapped text.
GetFormatStrategyGets and sets the formatted strategy.
SetFormatStrategyGets and sets the formatted strategy.
GetForRenderingIndicates whether fit for rendering purpose.
SetForRenderingIndicates whether fit for rendering purpose.