ColorType.Indexed Property

Definition

Index

Represents the following attribute in the schema: indexed

[DocumentFormat.OpenXml.SchemaAttr(0, "indexed")]
public DocumentFormat.OpenXml.UInt32Value Indexed { get; set; }
public DocumentFormat.OpenXml.UInt32Value Indexed { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "indexed")]
public DocumentFormat.OpenXml.UInt32Value? Indexed { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("indexed")]
public DocumentFormat.OpenXml.UInt32Value? Indexed { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Indexed { get; set; }
member this.Indexed : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "indexed")>]
member this.Indexed : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("indexed")>]
member this.Indexed : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Indexed 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.

Indexed color value. Only used for backwards compatibility. References a color in indexedColors.

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

Applies to