PageSetupPrintErrors Property |
Specifies the type of print error displayed.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic PrintErrorsType PrintErrors { get; set; }
Public Property PrintErrors As PrintErrorsType
Get
Set
public:
property PrintErrorsType PrintErrors {
PrintErrorsType get ();
void set (PrintErrorsType value);
}
member PrintErrors : PrintErrorsType with get, set
Property Value
Type:
PrintErrorsType
See Also