C

A class that represents a VSDX Connect element.

Inheritance Hierarchy

Remarks

It provides additional, usually redundant, information about which cells on a page or master are logically connected. Note that defining Connect elements is not a replacement for "glueing" cells together with formulas.

New instances of this class are created with Connects.create.

See also EdgeUtils.staticGlueBegin, EdgeUtils.staticGlueEnd, EdgePathProcessingStep.

Members

Show:

Properties

Optional reference to a specific cell this instance connects from.

This property is readonly. Use setFromCell to set this property.

Optional property to specify the part of the shape this instance connects from.

The Shape this instance connects from.

Optional reference to a specific cell this instance connects to.

This property is readonly. Use setToCell to set this property.

Optional property to specify the part of the shape this instance connects to.

The Shape this instance connects to.

Methods

Creates a reference string to the provided cell relative to fromSheet and assigns it to fromCell.

Parameters

cell: Value<any>

Creates a reference string to the provided cell relative to toSheet and assigns it to toCell.

Parameters

cell: Value<any>