Paste [Shapes]

The Paste method pastes the contents of the clipboard into the collection. Returns the Selection collection.

Syntax

object.Paste( Format )

Parameter

Type

Required/

Optional

Default

Description

Format

SrfPasteFormat

Optional

srfPasteBest

This specifies the paste format.

Example 1

This example demonstrates how to paste an object providing the most accurate rendering as determined by Surfer.

Shapes.Paste(Format:=srfPasteBest)

Example 2

This script displays all the methods and properties in the Shapes collection.

Used by: Shapes collection