Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PrintErrorsType PrintErrors { get; set; }
Public Property PrintErrors As PrintErrorsType
	Get
	Set
public:
virtual property PrintErrorsType PrintErrors {
	PrintErrorsType get () sealed;
	void set (PrintErrorsType value) sealed;
}
abstract PrintErrors : PrintErrorsType with get, set
override PrintErrors : PrintErrorsType with get, set

Property Value

PrintErrorsType

Implements

IPageSetupBase..::..PrintErrors

See Also