Table of Contents

TCellIndentationRendering Enumeration

Defines how FlexCel renders cell indentation when exporting to pdf or printing.

Syntax

Namespace: FlexCel.Core

Members

Name Value Description
ScaleIndentationWithPrintScale 0 The cell indentation is made smaller when the print scale is smaller and vice-versa.
This is the most logical setting, but it is not how Excel behaves. See 'Cell indentation' in the Api Developer Guide
DontScaleIndentationWithPrintScale 1 Keep the absolute value of cell indentation fixed in inches/cm when scaling the sheet.
This is the mode in which FlexCel 6.23 and older behaved.
DontScaleIndentationWithPrintScaleExceptWhenPrintHeadings 2 Behaves like DontScaleIndentationWithPrintScale if "Print Headings" is false, and like ScaleIndentationWithPrintScale if "Print Headings" is true. This is how Excel behaves.