'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 | Everything will be pasted. |
AllExceptBorders | Everything except borders will be pasted. |
AllMergingConditionalFormats | Everything will be pasted and conditional formats will be merged. |
AllUsingSourceTheme | Everything will be pasted using the source theme. |
ColumnWidths | Copied column width is pasted. |
Comments | Comments are pasted. |
Formats | Copied source format is pasted. |
Formulas | Formulas are pasted. |
FormulasAndNumberFormats | Formulas and Number formats are pasted. |
Validation | Validations are pasted. |
Values | Values are pasted. |
ValuesAndNumberFormats | Values and Number formats are pasted. |
ValuesAndSourceFormats | Only the values and number color and font size formatting. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.PasteType