Prev Types, units and constants |
ExcelExplorer Manual |
Next Cell range (area) |
 |
Chapter 4. Color
Colors used in Excel represented as RGB values (by components: Red, Green and Blue respectively).
Colors are used for fonts, backgrounds, borders and other elements.
In ExcelExplorer each color represented as EEColor object.
Each component (red, green or blue) can be obtained using appropriate method of EEColor object.
Additionally, this class have method EEColor->HTML() which can be used to obtain HTML representation of the color (e.g. "#123456").
|