IPageSetupBase
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.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
PrintErrorsType PrintErrors { get; set; }
Property PrintErrors As PrintErrorsType
Get
Set
property PrintErrorsType PrintErrors {
PrintErrorsType get ();
void set (PrintErrorsType value);
}
abstract PrintErrors : PrintErrorsType with get, set
Property Value
Type:
PrintErrorsType
See Also