Colors.IndexedColors Property

Color Indexes.Represents the element tag in schema: x:indexedColors

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

Syntax

'Declaration
Public Property IndexedColors As IndexedColors
    Get
    Set
'Usage
Dim instance As Colors
Dim value As IndexedColors

value = instance.IndexedColors

instance.IndexedColors = value
public IndexedColors IndexedColors { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.IndexedColors
Returns IndexedColors.

See Also

Reference

Colors Class

Colors Members

DocumentFormat.OpenXml.Spreadsheet Namespace