PivotAreaReference.Selected Property

Definition

Selected

Represents the following attribute in the schema: selected

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

Property Value

Returns BooleanValue.

Attributes

Applies to