PivotAreaReference.ByPosition 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.
Positional Reference
Represents the following attribute in the schema: byPosition
[DocumentFormat.OpenXml.SchemaAttr(0, "byPosition")]
public DocumentFormat.OpenXml.BooleanValue ByPosition { get; set; }
public DocumentFormat.OpenXml.BooleanValue ByPosition { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "byPosition")]
public DocumentFormat.OpenXml.BooleanValue? ByPosition { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("byPosition")]
public DocumentFormat.OpenXml.BooleanValue? ByPosition { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ByPosition { get; set; }
member this.ByPosition : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "byPosition")>]
member this.ByPosition : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("byPosition")>]
member this.ByPosition : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ByPosition As BooleanValue
Property Value
Returns BooleanValue.
- Attributes