Version

Item Property (WorkbookColorPalette)

Gets or sets a color in the palette.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As Color
public Color this[ 
   int index
]; {get; set;}

Parameters

index
The index of the color to get or set in the palette.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is less than 0 or greater than 55.
System.ArgumentException The value assigned is an empty color, a system color, or is not opaque.
Remarks

When a color is set in the palette, IsCustom will return True. The palette can than be reset with the Reset method.

Colors added to the palette must be opaque.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also