Disabled Cell (Smart Tags Section)

Indicates whether the smart tag appears in the drawing window.

Value Description

TRUE

The smart tag is disabled.

FALSE

The smart tag is enabled (the default).

Remarks

When a smart tag is disabled, it does not appear at all until it is re-enabled.

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

Cell name:

SmartTags.name.Disabled
where SmartTags.name is the name of the smart tag row

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

Section index:

visSectionSmartTag

Row index:

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

Cell index:

visSmartTagDisabled