Share via


BackgroundStyleReference.Index Property

Style Matrix Index.Represents the attribte in schema: idx

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

Syntax

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

value = instance.Index

instance.Index = value
[SchemaAttrAttribute(, "idx")]
public UInt32Value Index { 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.

Specifies the style matrix index of the style referred to.

The possible values for this attribute are defined by the ST_StyleMatrixColumnIndex simple type.

See Also

Reference

BackgroundStyleReference Class

BackgroundStyleReference Members

DocumentFormat.OpenXml.Presentation Namespace