ExcelColorsPaletteItem Property |
Gets or sets the color from the specified index in palette
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic Color this[
int colorIndex
] { get; set; }Public Default Property Item (
colorIndex As Integer
) As Color
Get
Set
Parameters
- colorIndex Int32
- The color index in palette
Return Value
ColorThe color at the specified index in palette
See Also