CustomWorkbookView.IncludePrintSettings Property

Include Print Settings.Represents the attribte in schema: includePrintSettings

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "includePrintSettings")> _
Public Property IncludePrintSettings As BooleanValue
    Get
    Set
'Usage
Dim instance As CustomWorkbookView
Dim value As BooleanValue

value = instance.IncludePrintSettings

instance.IncludePrintSettings = value
[SchemaAttrAttribute(, "includePrintSettings")]
public BooleanValue IncludePrintSettings { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CustomWorkbookView Class

CustomWorkbookView Members

DocumentFormat.OpenXml.Spreadsheet Namespace