CustomView.PrintSettings Property

True if print settings are included in the custom view.

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

Syntax

'Declaration
ReadOnly Property PrintSettings As Boolean
    Get
'Usage
Dim instance As CustomView
Dim value As Boolean

value = instance.PrintSettings
bool PrintSettings { get; }

Property Value

Type: System.Boolean

See Also

Reference

CustomView Interface

CustomView Members

Microsoft.Office.Interop.Excel Namespace