Description
System colors that can be used as colors in ExcelWriter
C#
vb.net
Values
Name |
Description |
---|---|
AutomaticFill |
Default color for fills and backgrounds, depends on system color settings when opening the file, usually white |
AutomaticLine |
Default color for lines, depends on system color settings when opening the file, usually Black |
Black |
Black. RGB: 0,0,0; Hex: #000000 |
Blue |
Blue. RGB: 0, 0, 255; Hex: #0000FF |
Cyan |
Cyan. RGB: 0, 255, 255; Hex: #00FFFF |
Green |
Green. RGB: 0, 255, 0; Hex: #00FF000 |
Magenta |
Magenta. RGB: 255, 0, 255; Hex: #FF00FF |
Red |
Red. RGB: 255, 0, 0; Hex: #FF0000 |
White |
White. RGB: 255, 255, 255; Hex: #FFFFFF |
Yellow |
Yellow. RGB: 255, 255, 0; Hex: #FFFF00 |