Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
IXLSFont
>
Color
Color property
Returns or sets the color of the font. Use the
RGB
function to create a color value. Read/write Longword.
Syntax
property
Color: Longword;
Example
This example changes the font color in cell A1 on sheet one to red.
Workbook.Worksheets[
1
].Range[
'A1'
,
'A1'
].Font.Color := RGB(
255
,
0
,
0
);
Copyright © NikaSoft 2004-2010