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: 9.0.0
Syntax
public Color this[
	int colorIndex
] { get; set; }

Parameters

colorIndex  Int32
The color index in palette

Return Value

Color
The color at the specified index in palette
See Also