Page tree

Versions Compared

Key

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

Excerpt

Returns a Color representing the color in the palette identical to specified color, and throws an exception if the file does not support the specified color. An For .xls files, an exception will be thrown if the color is not in the palette. For .xlsx files, a Color will always be returned.

Signature
C#
C#
 public Color GetColor(System.Drawing.Color color)

...