RevisionDefinedName.CustomView Property

Definition

Custom View

Represents the following attribute in the schema: customView

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

Property Value

Returns BooleanValue.

Attributes

Applies to