Skip to main content

SpreadsheetCompatibilityOptions Properties

Contains options used to ensure compatibility with previous Spreadsheet versions.
Name Description
EnableLegacyLayoutEngine Enables the legacy layout calculation engine.
EnableLegacyPdfExport Enables the legacy PDF export engine.
EnableLegacyPrintLayout Allows you to use the legacy mechanism to generate a document printout.
TruncateLongStringsInFormulas Specifies whether the Spreadsheet should truncate string constants in formulas to 255 characters when it opens documents with formulas where this limit is exceeded.
See Also