Freigeben über


StringPoint.Index-Eigenschaft

Index.Represents the attribte in schema: idx

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

value = instance.Index

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

Eigenschaftswert

Typ: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Hinweise

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.

Siehe auch

Referenz

StringPoint Klasse

StringPoint-Member

DocumentFormat.OpenXml.Drawing.Charts-Namespace