TdxSpreadSheetTableViewOptionsPrintSourceErrorIndication Enum
In This Article
Enumerates the calculation error printing options for a worksheet.
#Declaration
Delphi
TdxSpreadSheetTableViewOptionsPrintSourceErrorIndication = (
pseiDefault,
pseiBlank,
pseiDash,
pseiDisplayText,
pseiNA
);
#Members
Name |
---|
psei
|
psei
|
psei
|
psei
|
psei
|
#Remarks
Options include:
Value | Meaning |
---|---|
psei |
The error printing behavior is not defined. |
psei |
The cell containing error is printed as a blank cell. |
psei |
The dashed line is printed instead of the displayed cell error text. |
psei |
The cell error text is printed in cells containing errors. This is the most informative error indication option for worksheet printing. |
psei |
The “N/A” text string is printed instead of the cell error text. |
The worksheet’s calculation error printing setting is specified by its OptionsPrint.Source.ErrorIndication property.
See Also