Prev Blue |
ExcelExplorer Manual |
Next EEAlign class |
 |
(ExcelExplorer 4.0)
Get HTML string represents color, e.g. #123456.
string HTML( )
Parameters
- None
Description
Returns the HTML string represents color. For example, if Red=0x40, Green=0x70, Blue=0xA0 this method returns string "#4070A0".
This is useful when you need to output color in HTML page.
|