Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 988 Bytes

Project.Cell.FontColor.md

File metadata and controls

43 lines (29 loc) · 988 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Cell.FontColor property (Project)
project-server
Project.Cell.FontColor
02c03268-f945-1a27-28fd-025a7dcd6d48
06/08/2017
medium

Cell.FontColor property (Project)

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

Syntax

expression. FontColor

expression A variable that represents a Cell object.

Remarks

The FontColor property can be one of the following PjColor constants:

FontColor FontColor Continued
pjColorAutomatic pjNavy
pjAqua pjOlive
pjBlack pjPurple
pjBlue pjRed
pjFuchsia pjSilver
pjGray pjTeal
pjGreen pjYellow
pjLime pjWhite
pjMaroon

To use a hexadecimal RGB value, see the FontColorEx property.

[!includeSupport and feedback]