LoadOptions.PreservePaddingSpacesInFormula

LoadOptions.PreservePaddingSpacesInFormula property

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

public bool PreservePaddingSpacesInFormula { get; set; }

Remarks

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

See Also