Click or drag to resize

XlsPageSetupBase PrintErrors Property

Sets or returns an ExcelPrintErrors constant specifying the type of print error displayed. This feature allows users to suppress the display of error values when printing a worksheet. Read / write.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public PrintErrorsType PrintErrors { get; set; }

Property Value

Type: PrintErrorsType

Implements

IPageSetupBase PrintErrors
See Also