Share via


StringPoint.Index Property

Definition

Index

Represents the following attribute in the schema: idx

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

Property Value

Returns UInt32Value.

Attributes

Remarks

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

A 0 based index into a set of points. Represents the data point number this data is for.

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

Applies to