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 | 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) |
getOnlyAuto/setOnlyAuto : boolean | |
function getOnlyAuto() / function setOnlyAuto(value) |
getIgnoreHidden/setIgnoreHidden : boolean | |
function getIgnoreHidden() / function setIgnoreHidden(value) |
getMaxRowHeight/setMaxRowHeight : Number | |
function getMaxRowHeight() / function setMaxRowHeight(value) |