Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableViewOptionsPrintSourceErrorIndication Enum

Enumerates the calculation error printing options for a worksheet.

#Declaration

Delphi
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