Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}System colors that can be used as colors in ExcelWriter{excerpt}
{signature:C#}
 public sealed class SystemColor
{signature}{signature:vb.net}
Public NotInheritable Class SystemColor
{signature}
{values}
||Name||Description||
|{anchor:AutomaticFill}AutomaticFill|Default color for fills and backgrounds, depends on system color settings when opening the file, usually white|
|{anchor:AutomaticLine}AutomaticLine|Default color for lines, depends on system color settings when opening the file, usually Black|
|{anchor:Black}Black|Black.  RGB: 0,0,0; Hex: \#000000|
|{anchor:Blue}Blue|Blue. RGB: 0, 0, 255; Hex: \#0000FF|
|{anchor:Cyan}Cyan|Cyan.  RGB: 0, 255, 255; Hex: \#00FFFF|
|{anchor:Green}Green|Green.  RGB: 0, 255, 0; Hex: \#00FF000|
|{anchor:Magenta}Magenta|Magenta.  RGB: 255, 0, 255; Hex: \#FF00FF|
|{anchor:Red}Red|Red.  RGB: 255, 0, 0; Hex: \#FF0000|
|{anchor:White}White|White.  RGB: 255, 255, 255; Hex: \#FFFFFF|
|{anchor:Yellow}Yellow|Yellow.  RGB: 255, 255, 0; Hex: \#FFFF00|