Glue Cell (Layers Section) [Visio 2003 SDK Documentation]

Specifies whether shapes belonging to the layer can be glued.

Value Description

TRUE

Glue is enabled.

FALSE

Glue is disabled.

Remarks

This cell corresponds to the Glue option in the Layer Properties dialog box (click Layer Properties on the View menu).

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

Cell name:

Layers.Glue[i]
where i = <1>, 2, 3...

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

Section index:

visSectionLayer

Row index:

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

Cell index:

visLayerGlue