CustomWorkbookView.IncludePrintSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Include Print Settings
Represents the following attribute in the schema: includePrintSettings
[DocumentFormat.OpenXml.SchemaAttr(0, "includePrintSettings")]
public DocumentFormat.OpenXml.BooleanValue IncludePrintSettings { get; set; }
public DocumentFormat.OpenXml.BooleanValue IncludePrintSettings { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "includePrintSettings")]
public DocumentFormat.OpenXml.BooleanValue? IncludePrintSettings { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("includePrintSettings")]
public DocumentFormat.OpenXml.BooleanValue? IncludePrintSettings { get; set; }
public DocumentFormat.OpenXml.BooleanValue? IncludePrintSettings { get; set; }
member this.IncludePrintSettings : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "includePrintSettings")>]
member this.IncludePrintSettings : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("includePrintSettings")>]
member this.IncludePrintSettings : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property IncludePrintSettings As BooleanValue
Property Value
Returns BooleanValue.
- Attributes