Aspose::Cells::LoadOptions::SetPreservePaddingSpacesInFormula method

LoadOptions::SetPreservePaddingSpacesInFormula 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::LoadOptions::SetPreservePaddingSpacesInFormula(bool value)

Remarks

After loading workbook from template file with this option, FormulaSettings.PreservePaddingSpaces will be set to the same value with this property.

See Also