Поделиться через


MetadataRecord.Val Property

Metadata Record Value 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 UInt32Value
    Get
    Set
'Применение
Dim instance As MetadataRecord
Dim value As UInt32Value

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "v")]
public UInt32Value Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Remarks

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

A zero based index to a specific metadata record. If the corresponding metadataType has name="XLMDX", then this is an index to a record in mdxMetadata; otherwise, this is an index to a record in the futureMetadata section whose name matches the name of the metadataType.

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

See Also

Reference

MetadataRecord Class

MetadataRecord Members

DocumentFormat.OpenXml.Spreadsheet Namespace