Version

Item Property (WorkbookColorPalette)

Gets or sets a color in the palette.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also