XType.Val Property

Definition

Shared Items Index

Represents the following attribute in the schema: v

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

Property Value

Returns Int32Value.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the index into the shared items table in the PivotCache that identifies this item.

The possible values for this attribute are defined by the XML Schema int data type.

Applies to