AddMarkup Cell (Document Properties Section)

Indicates whether the document is being reviewed for markup.

Value Description
TRUE
Document is being reviewed.
FALSE
Document is not being reviewed (the default).

Remarks

When the AddMarkup cell is set to TRUE, the reviewer is adding markup and changes are applied to markup overlay pages, not to original drawing pages. When the AddMarkup cell is FALSE, markup tracking is off and changes are applied to the original drawing pages.

Note

You can prevent markup on your documents by using the GUARD function. If the AddMarkup cell contains the formula =GUARD(FALSE), the Track Markup command is disabled.

This setting corresponds to the Track Markup command setting in the Markup group on the Review tab.

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

Value
Cell name:
AddMarkup

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

Value
Section index:
visSectionObject
Row index:
visRowDoc
Cell index:
visDocAddMarkup