Aspose::Cells::Worksheet::AutoFitRows method

Worksheet::AutoFitRows() method

Autofits all rows in this worksheet.

void Aspose::Cells::Worksheet::AutoFitRows()

See Also

Worksheet::AutoFitRows(bool) method

Autofits all rows in this worksheet.

void Aspose::Cells::Worksheet::AutoFitRows(bool onlyAuto)
ParameterTypeDescription
onlyAutoboolTrue,only autofits the row height when row height is not customed.

See Also

Worksheet::AutoFitRows(const AutoFitterOptions&) method

Autofits all rows in this worksheet.

void Aspose::Cells::Worksheet::AutoFitRows(const AutoFitterOptions &options)
ParameterTypeDescription
optionsconst AutoFitterOptions&The auto fitter options

See Also

Worksheet::AutoFitRows(int32_t, int32_t) method

Autofits row height in a range.

void Aspose::Cells::Worksheet::AutoFitRows(int32_t startRow, int32_t endRow)
ParameterTypeDescription
startRowint32_tStart row index.
endRowint32_tEnd row index.

See Also

Worksheet::AutoFitRows(int32_t, int32_t, const AutoFitterOptions&) method

Autofits row height in a range.

void Aspose::Cells::Worksheet::AutoFitRows(int32_t startRow, int32_t endRow, const AutoFitterOptions &options)
ParameterTypeDescription
startRowint32_tStart row index.
endRowint32_tEnd row index.
optionsconst AutoFitterOptions&The options of auto fitter.

See Also