Constructor Summary |
---|
AutoFitterOptions()
|
Property Getters/Setters Summary | ||
---|---|---|
function | getAutoFitMergedCells() | |
function | setAutoFitMergedCells(value) | |
Indicates whether auto fit row height when the cells is merged in a row. The default value is false. | ||
function | getAutoFitMergedCellsType() | |
function | setAutoFitMergedCellsType(value) | |
Gets and set the type of auto fitting row height. The value of the property is AutoFitMergedCellsType integer constant. | ||
function | getAutoFitWrappedTextType() | |
function | setAutoFitWrappedTextType(value) | |
Gets and sets the type of auto fitting wrapped text. The value of the property is AutoFitWrappedTextType integer constant. | ||
function | getIgnoreHidden() | |
function | setIgnoreHidden(value) | |
Ingores the hidden rows/columns. | ||
function | getMaxRowHeight() | |
function | setMaxRowHeight(value) | |
Gets and sets the max row height(in unit of Point) when autofitting rows. | ||
function | getOnlyAuto() | |
function | setOnlyAuto(value) | |
Indicates whether only fit the rows which height are not customed. |
Constructor Detail |
---|
function AutoFitterOptions()
Property Getters/Setters Detail |
---|
getAutoFitMergedCells/setAutoFitMergedCells : boolean | |
function getAutoFitMergedCells() / function setAutoFitMergedCells(value) |
getAutoFitMergedCellsType/setAutoFitMergedCellsType : Number | |
function getAutoFitMergedCellsType() / function setAutoFitMergedCellsType(value) |
getOnlyAuto/setOnlyAuto : boolean | |
function getOnlyAuto() / function setOnlyAuto(value) |
getIgnoreHidden/setIgnoreHidden : boolean | |
function getIgnoreHidden() / function setIgnoreHidden(value) |
getMaxRowHeight/setMaxRowHeight : Number | |
function getMaxRowHeight() / function setMaxRowHeight(value) |
getAutoFitWrappedTextType/setAutoFitWrappedTextType : Number | |
function getAutoFitWrappedTextType() / function setAutoFitWrappedTextType(value) |