NameIndex.Index Property

Index Value.Represents the attribte in schema: x

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

Syntax

'Declaration
<SchemaAttrAttribute(, "x")> _
Public Property Index As UInt32Value
    Get
    Set
'Usage
Dim instance As NameIndex
Dim value As UInt32Value

value = instance.Index

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

NameIndex Class

NameIndex Members

DocumentFormat.OpenXml.Spreadsheet Namespace