SpreadsheetGear
PasteType Enumeration
See Also  Send Feedback
SpreadsheetGear Namespace : PasteType Enumeration

Specifies what is copied by IRange.Copy.

Syntax

Visual Basic (Declaration) 
Public Enum PasteType 
   Inherits Enum
C# 
public enum PasteType : Enum 

Members

MemberDescription
All Copies all formulas, values and formatting.
AllExceptBorders Copies all formulas, values and formatting except cell borders.
ColumnWidths Copies column widths.
Comments Copies comments.
Formats Copies formats, but no formulas or values.
Formulas Copies formulas and values, but no formats.
FormulasAndNumberFormats Copies formulas, values and number formats, but no other formatting.
Validation Copies validation.
Values Copies values, but no formulas or formats.
ValuesAndNumberFormats Copies values and number formats, but no formulas or other formats.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.PasteType

Requirements

Namespace: SpreadsheetGear

Platforms: x86 and x64 versions of Windows 2000, Windows XP, Windows Vista, Windows 7, Windows Server 2003 (including R2) and Windows Server 2008 (including R2). SpreadsheetGear 2009 requires the Microsoft .NET Framework 2.0 and supports .NET 3.0 and .NET 3.5.

Assembly: SpreadsheetGear (in SpreadsheetGear.dll)

See Also

Copyright © 2003-2009 SpreadsheetGear LLC. All Rights Reserved.Help Powered by Innovasys   
SpreadsheetGear is a registered trademark of SpreadsheetGear LLC.
Microsoft, Microsoft Excel and Visual Studio are trademarks or registered trademarks of Microsoft Corporation.