IPageSetup.PrintErrors Property

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property PrintErrors As XlPrintErrors
    Get
    Set
'Usage
Dim instance As IPageSetup
Dim value As XlPrintErrors

value = instance.PrintErrors

instance.PrintErrors = value
XlPrintErrors PrintErrors { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlPrintErrors

See Also

Reference

IPageSetup Interface

IPageSetup Members

Microsoft.Office.Interop.Excel Namespace