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; }
Public Default Property Item (
colorIndex As Integer
) As Color
Get
Set
Parameters
- colorIndex
- Type: SystemInt32
The color index in palette
Return Value
Type:
ColorThe color at the specified index in palette
See Also