TdxSpreadSheetTableViewOptionsPrintSource.ErrorIndication Property
Specifies the calculation error printing option.
Declaration
property ErrorIndication: TdxSpreadSheetTableViewOptionsPrintSourceErrorIndication read; write; default pseiDefault;
Property Value
Type | Default |
---|---|
TdxSpreadSheetTableViewOptionsPrintSourceErrorIndication | pseiDefault |
Remarks
Use this property to select one of the calculation error printing modes. Refer to the TdxSpreadSheetTableViewOptionsPrintSourceErrorIndication type description for the full list of available options.
Note
The error indication setting is available only in the XLSX and XLTX file formats; this setting is ignored in other formats.
The default value of the ErrorIndication property is pseiDefault.
See Also