Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.14 KB

Project.GroupCriterion.CellColor.md

File metadata and controls

43 lines (29 loc) · 1.14 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
GroupCriterion.CellColor property (Project)
project-server
Project.GroupCriterion.CellColor
dcddcac1-e935-9e60-9611-5bf77267c5f1
06/08/2017
medium

GroupCriterion.CellColor property (Project)

Gets or sets the color of the cell background for a field used as a criterion in a group definition. Read/write PjColor.

Syntax

expression. CellColor

expression A variable that represents a GroupCriterion object.

Remarks

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

CellColor CellColor Continued
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 of the GroupCriterion2 object.

[!includeSupport and feedback]