Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Replaces the color at the specified index in the palette with a new color. Any objects that reference this palette color will be updated to use the new RGB values instead. For .xlsx files, this will modify the legacy palette, which is used when opening the file in Excel 2003.

Signature
C#
C#
 public Color SetColorAt(int index, int red, int green, int blue)

...