'Declaration
Public Enum PasteType Inherits System.Enum
'Usage
Dim instance As PasteType
public enum PasteType : System.Enum
'Declaration
Public Enum PasteType Inherits System.Enum
'Usage
Dim instance As PasteType
public enum PasteType : System.Enum
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.PasteType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2