Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}A [CopyPasteType|CopyPasteProperties.CopyPasteType] value specifies the type of data that will be copied.{excerpt}
{signature:C#}
 public sealed class CopyPasteType : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class CopyPasteType
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:All}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|Worksheet.CopyPaste] method.|
|{anchor:AllPlusRowHeightAndColumnWidth}AllPlusRowHeightAndColumnWidth|Copies all currently supported types, including row height and column width.  Note: If you call [CopyPaste|Worksheet.CopyPaste] multiple times on the same worksheet, using this setting may have undesired results.|
|{anchor:FormulasAndFormatting}FormulasAndFormatting|Copy formulas and cell and number formatting.|
|{anchor:None}None|Copies nothing.  You must then set the behavior of CopyPaste by setting individual properties on the [CopyPasteProperties|CopyPasteProperties] object before calling the [CopyPaste|Worksheet.CopyPaste] method.|
|{anchor:ValuesAndFormatting}ValuesAndFormatting|Copy cell values and cell and number formatting.|
|{anchor:ValuesFormulasAndFormatting}ValuesFormulasAndFormatting|Copy cell values, formulas, and cell and number formatting.|
|{anchor:ValuesOnly}ValuesOnly|Copy only cell values.|