Color Cell (Reviewer Section)
An RGB value representing 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] |
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 |
Cell index: |
visReviewerColor |
See Also