asposecells.api
Class AutoFitterOptions

Represents all auto fitter options.

Constructor Summary
AutoFitterOptions()
          
 
Property Getters/Setters Summary
methodgetAutoFitMergedCells()
methodsetAutoFitMergedCells(value)
           Indicates whether auto fit row height when the cells is merged in a row. The default value is false.
methodgetAutoFitMergedCellsType()
methodsetAutoFitMergedCellsType(value)
           Gets and set the type of auto fitting row height. The value of the property is AutoFitMergedCellsType integer constant.
methodgetAutoFitWrappedTextType()
methodsetAutoFitWrappedTextType(value)
           Gets and sets the type of auto fitting wrapped text. The value of the property is AutoFitWrappedTextType integer constant.
methodgetIgnoreHidden()
methodsetIgnoreHidden(value)
           Ingores the hidden rows/columns.
methodgetMaxRowHeight()
methodsetMaxRowHeight(value)
           Gets and sets the max row height(in unit of Point) when autofitting rows.
methodgetOnlyAuto()
methodsetOnlyAuto(value)
           Indicates whether only fit the rows which height are not customed.
 

Constructor Detail

AutoFitterOptions

AutoFitterOptions()

Property Getters/Setters Detail

getAutoFitMergedCells/setAutoFitMergedCells : boolean 

boolean getAutoFitMergedCells() / setAutoFitMergedCells(value)
Indicates whether auto fit row height when the cells is merged in a row. The default value is false. NOTE: This member is now obsolete. Instead, please use AutoFitterOptions.AutoFitMergedCellsType property, instead. This property will be removed 12 months later since December 2018. Aspose apologizes for any inconvenience you may have experienced.

getAutoFitMergedCellsType/setAutoFitMergedCellsType : int 

int getAutoFitMergedCellsType() / setAutoFitMergedCellsType(value)
Gets and set the type of auto fitting row height. The value of the property is AutoFitMergedCellsType integer constant. 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 

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

getIgnoreHidden/setIgnoreHidden : boolean 

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

getMaxRowHeight/setMaxRowHeight : float 

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

getAutoFitWrappedTextType/setAutoFitWrappedTextType : int 

int getAutoFitWrappedTextType() / setAutoFitWrappedTextType(value)
Gets and sets the type of auto fitting wrapped text. The value of the property is AutoFitWrappedTextType integer constant.

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