Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1 KB

Project.Cell.CellColor.md

File metadata and controls

43 lines (29 loc) · 1 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Cell.CellColor property (Project)
project-server
Project.Cell.CellColor
30d67933-a9ce-9e57-f7ac-c4af2f485959
06/08/2017
medium

Cell.CellColor property (Project)

Gets or sets the color of the cell background. Read/write PjColor.

Syntax

expression. CellColor

expression A variable that represents a Cell object.

Remarks

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

Color Constants 1 Color Constants 2
pjColorAutomatic pjNavy
pjAqua pjOlive
pjBlack pjPurple
pjBlue pjRed
pjFuchsia pjSilver
pjGray pjTeal
pjGreen pjYellow
pjLime pjWhite
pjMaroon

To use a hexadecimal RGB value for the cell color, see the CellColorEx property.

[!includeSupport and feedback]