RevisionCloud.CopyTo Method
Parent Object: RevisionCloudDescription
Method that copies the revision cloud to specified sheet.
Syntax
RevisionCloud.CopyTo( TargetSheet As Sheet, [NewName] As Variant, [Position] As Variant ) As RevisionCloudParameters
Name | Type | Description |
TargetSheet | Sheet | Input Sheet object that specifies the sheet to copy the revision cloud to. |
NewName | Variant | Optional input String value that specifies the name of the new revision cloud. 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 revision cloud to. If not provided the default position will be used. This is an optional argument whose default value is null. |