AutoFitterOptions Class
Contents
[
Hide
]AutoFitterOptions class
Represents all auto fitter options.
type AutoFitterOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewAutoFitterOptions | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetDefaultEditLanguage | Gets or sets default edit language. |
SetDefaultEditLanguage | Gets or sets default edit language. |
GetAutoFitMergedCellsType | Gets and set the type of auto fitting row height of merged cells. |
SetAutoFitMergedCellsType | Gets and set the type of auto fitting row height of merged cells. |
GetOnlyAuto | Indicates whether only fit the rows which height are not customed. |
SetOnlyAuto | Indicates whether only fit the rows which height are not customed. |
GetIgnoreHidden | Ignores the hidden rows/columns. |
SetIgnoreHidden | Ignores the hidden rows/columns. |
GetMaxRowHeight | Gets and sets the max row height(in unit of Point) when autofitting rows. |
SetMaxRowHeight | Gets and sets the max row height(in unit of Point) when autofitting rows. |
GetAutoFitWrappedTextType | Gets and sets the type of auto fitting wrapped text. |
SetAutoFitWrappedTextType | Gets and sets the type of auto fitting wrapped text. |
GetFormatStrategy | Gets and sets the formatted strategy. |
SetFormatStrategy | Gets and sets the formatted strategy. |
GetForRendering | Indicates whether fit for rendering purpose. |
SetForRendering | Indicates whether fit for rendering purpose. |