Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

Returns the color at the specified 0-based index within the Palette.

C#
vb.net

Parameters

index
The 0-based index of the color to return. Must be between 0 and 55.

Returns

The color at the specified index.

Remarks

For .xlsx files, this will return a color from the legacy palette. Colors in the legacy palette will be used when opening the file in Excel 2003.

Examples

C#
vb.net
  • No labels