Click or drag to resize

ExcelColorsPaletteItem Property

Gets or sets the color from the specified index in palette

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public Color this[
	int colorIndex
] { get; set; }

Parameters

colorIndex
Type: SystemInt32
The color index in palette

Return Value

Type: Color
The color at the specified index in palette
See Also