Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.27 KB

glue-cell-layers-section.md

File metadata and controls

44 lines (30 loc) · 1.27 KB
title manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid description
Glue Cell (Layers Section)
lindalu
03/09/2015
Developer
reference
vis_sdr.chm415
medium
75f2ea45-52ac-ddfa-14ea-402933ae2449
Specifies whether shapes belonging to the layer can be glued.

Glue Cell (Layers Section)

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 (on the Home tab, in the Editing group, click Layers, and then click Layer Properties ).

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

Value
Cell name:
Layers.Glue[ i ] where i = <1>, 2, 3...

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

Value
Section index:
visSectionLayer
Row index:
visRowLayer + i where i = 0, 1, 2...
Cell index:
visLayerGlue