Share

EdgeSymbol.CopyTo Method

Parent Object: EdgeSymbol

Description

Method that copies the edge symbol to specified sheet.

Syntax

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

Parameters

Name Type Description
TargetSheet Sheet Input Sheet object that specifies the sheet to copy the edge symbol to.
NewName Variant Optional input String value that specifies the name of the new edge 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 edge 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 2024

Was this information helpful?