Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.14 KB

Project.Cell.FontColorEx.md

File metadata and controls

33 lines (21 loc) · 1.14 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Cell.FontColorEx property (Project)
vbapj.chm131605
vbapj.chm131605
project-server
Project.Cell.FontColorEx
3b9761b3-f1e8-9547-7f2f-8065f6646edc
06/08/2017
medium

Cell.FontColorEx property (Project)

Gets or sets the color of the font. Read/write Long.

Syntax

expression. FontColorEx

expression An expression that returns a Cell object.

Remarks

RGB colors can be expressed in decimal or hexadecimal values. In Project, red is the last byte of a hexadecimal value. For example, if the value of CellColorEx is 65535, the color is blue (&HFF0000).

The valid range for a normal RGB color is 0 to 16,777,215 (&HFFFFFF&). Each color setting (property or argument) is a 4-byte integer. The high byte of a number in this range equals 0. The lower 3 bytes, from least to most significant byte, determine the amount of red, green, and blue, respectively. The red, green, and blue components are each represented by a number between 0 and 255 (&HFF).

[!includeSupport and feedback]