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


MetadataRecord.TypeIndex Property

Metadata Record Type Index.Represents the attribte in schema: t

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Декларация
<SchemaAttrAttribute(, "t")> _
Public Property TypeIndex As UInt32Value
    Get
    Set
'Применение
Dim instance As MetadataRecord
Dim value As UInt32Value

value = instance.TypeIndex

instance.TypeIndex = value
[SchemaAttrAttribute(, "t")]
public UInt32Value TypeIndex { 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 1-based index to the metadata record type in metadataTypes.

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