Color Cell (Reviewer Section)

An RGB value that represents the color assigned to a document reviewer's markup.

Remarks

Colors are assigned to reviewers in the following sequence: red, blue, green, violet, orange, turquoise, gray. These colors are cycled through again for any remaining reviewers.

Comments entered on the original drawing page are always colored yellow, regardless of the color assigned to a reviewer in the Color cell.

To get a reference to the Color cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

Reviewer.Color [i]
where i = <1>, 2, 3...

To get a reference to the Color cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionReviewer

Row index:

visRowReviewer + i
where i = 0, 1, 2...

Cell index:

visReviewerColor