Share via


CustomWorkbookView.PersonalView Property

Definition

Personal View

Represents the following attribute in the schema: personalView

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

Property Value

Returns BooleanValue.

Attributes

Applies to