XType.Val Property
Shared Items Index.Represents the attribte in schema: v
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "v")> _
Public Property Val As Int32Value
Get
Set
'Применение
Dim instance As XType
Dim value As Int32Value
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "v")]
public Int32Value Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
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.