CustomSheetView.PrintArea Property

Definition

Print Area Defined

Represents the following attribute in the schema: printArea

[DocumentFormat.OpenXml.SchemaAttr(0, "printArea")]
public DocumentFormat.OpenXml.BooleanValue PrintArea { get; set; }
public DocumentFormat.OpenXml.BooleanValue PrintArea { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "printArea")]
public DocumentFormat.OpenXml.BooleanValue? PrintArea { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("printArea")]
public DocumentFormat.OpenXml.BooleanValue? PrintArea { get; set; }
public DocumentFormat.OpenXml.BooleanValue? PrintArea { get; set; }
member this.PrintArea : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "printArea")>]
member this.PrintArea : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("printArea")>]
member this.PrintArea : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property PrintArea As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to