[System.Flags()] public enum PasteType : System.Enum
[System.Flags()] public enum PasteType : System.Enum
Member | Description |
---|---|
ColumnWidths | Specifies to only paste column widths. |
Default | Specifies to paste all data except RowHeights and ColumnWidths. |
Formats | Specifies to only paste formats. |
Formulas | Specifies to only paste cell formulas. |
NumberFormats | Specifies to only paste number formats. |
RowHeights | Specifies to only paste row heights. |
Values | Specifies to only paste cell values. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.PasteType