Message-ID: <48382763.10053.1711710825773.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_10052_540866702.1711710825773" ------=_Part_10052_540866702.1711710825773 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html CopyPasteProperties.CopyPasteType

CopyPasteProperties.CopyPasteType

Descriptio= n

=20

A CopyPasteT= ype value specifies the type of data that will be copied.

=20
C#
=20
 public sealed class CopyPasteType : TypesafeEnum
=20
=20
vb.net
=20
Public NotInheritable Class CopyPasteType
=09=09Inherits TypesafeEnum
=20
=20

Values

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

All

Copies all currently supported types, except = for row height and column width. Note: The behavior of All may= change in the future as additional features are added to the CopyPaste method.

Al= lPlusRowHeightAndColumnWidth

Copies all currently supported types, includi= ng row height and column width. Note: If you call CopyPaste multiple times on the same worksheet, us= ing this setting may have undesired results.

FormulasAnd= Formatting

Copy formulas and cell and number formatting.=

None

Copies nothing. You must then set the behavio= r of CopyPaste by setting individual properties on the CopyPasteProperties object before calling the= CopyPaste method.

=20

ValuesAndForm= atting

Copy cell values and cell and number formatti= ng.

Value= sFormulasAndFormatting

Copy cell values, formulas, and cell and numb= er formatting.

ValuesOnly

Copy only cell values.

------=_Part_10052_540866702.1711710825773--