Share via


ColorType.Indexed Property

Index.Represents the attribte in schema: indexed

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "indexed")> _
Public Property Indexed As UInt32Value
    Get
    Set
'Usage
Dim instance As ColorType
Dim value As UInt32Value

value = instance.Indexed

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value

See Also

Reference

ColorType Class

ColorType Members

DocumentFormat.OpenXml.Office2010.Excel Namespace