Share

TransitionSymbol.CopyTo Method

Parent Object: TransitionSymbol

Description

Copies the transition symbol to specified sheet.

Syntax

TransitionSymbol.CopyTo( TargetSheet As Sheet, [NewName] As Variant, [Position] As Variant ) As TransitionSymbol

Parameters

Name Type Description
TargetSheet Sheet Input Sheet object that specifies the sheet to copy the transition symbol to.
NewName Variant Optional input String value that specifies the name of the new transition symbol. If not provided the default name will be used.

This is an optional argument whose default value is null.
Position Variant Optional input Point2d object that specifies the position on the sheet to copy the transition symbol to. If not provided the default position will be used.

This is an optional argument whose default value is null.

Version

Introduced in version 2025.1

Was this information helpful?