Skip to main content

TdxSpreadSheetTableViewOptionsPrintSourceErrorIndication Enum

Enumerates the calculation error printing options for a worksheet.

Declaration

TdxSpreadSheetTableViewOptionsPrintSourceErrorIndication = (
    pseiDefault,
    pseiBlank,
    pseiDash,
    pseiDisplayText,
    pseiNA
);

Members

Name
pseiDefault
pseiBlank
pseiDash
pseiDisplayText
pseiNA

Remarks

Options include:

Value Meaning
pseiDefault The error printing behavior is not defined.
pseiBlank The cell containing error is printed as a blank cell.
pseiDash The dashed line is printed instead of the displayed cell error text.
pseiDisplayText The cell error text is printed in cells containing errors. This is the most informative error indication option for worksheet printing.
pseiNA 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