aspose.cells
Class AutoFitterOptions

Represents all auto fitter options.

Constructor Summary
AutoFitterOptions()
          
 
Property Getters/Setters Summary
functiongetAutoFitMergedCells()
functionsetAutoFitMergedCells(value)
           Indicates whether auto fit row height when the cells is merged in a row. The default value is false.
functiongetIgnoreHidden()
functionsetIgnoreHidden(value)
           Ingores the hidden rows/columns.
functiongetMaxRowHeight()
functionsetMaxRowHeight(value)
           Gets and sets the max row height(in unit of Point) when autofitting rows.
functiongetOnlyAuto()
functionsetOnlyAuto(value)
           Indicates whether only fit the rows which height are not customed.
 

Constructor Detail

AutoFitterOptions

function AutoFitterOptions()

Property Getters/Setters Detail

getAutoFitMergedCells/setAutoFitMergedCells : boolean 

function getAutoFitMergedCells() / function setAutoFitMergedCells(value)
Indicates whether auto fit row height when the cells is merged in a row. The default value is false. If the cells in merged in a row and auto fit the rows in MS Excel, MS Excel do not expand the row height. If this option is true, Aspose.Cells will expand the row height to fit the cells' data.

getOnlyAuto/setOnlyAuto : boolean 

function getOnlyAuto() / function setOnlyAuto(value)
Indicates whether only fit the rows which height are not customed.

getIgnoreHidden/setIgnoreHidden : boolean 

function getIgnoreHidden() / function setIgnoreHidden(value)
Ingores the hidden rows/columns.

getMaxRowHeight/setMaxRowHeight : Number 

function getMaxRowHeight() / function setMaxRowHeight(value)
Gets and sets the max row height(in unit of Point) when autofitting rows.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.