Aspose::Cells::FormulaSettings::SetPreservePaddingSpaces method

FormulaSettings::SetPreservePaddingSpaces method

Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false.

void Aspose::Cells::FormulaSettings::SetPreservePaddingSpaces(bool value)

Remarks

Generally those spaces and line breaks are jsut for visual purpose, Preserving them or not does not affect the calculated result. For performance consideration, if there is no special requirement, it is better not to preserve them while processing formulas.

See Also