[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PasteType

Enum PasteType

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies the type of paste.

[Flags]
public enum PasteType

Fields

ColumnWidths = 16

Specifies to only paste column widths.

Default = Formulas | Formats

Specifies to paste all data except RowHeights and ColumnWidths.

Formats = 4

Specifies to only paste formats.

Formulas = 2

Specifies to only paste cell formulas.

NumberFormats = 8

Specifies to only paste number formats.

RowHeights = 32

Specifies to only paste row heights.

Values = 1

Specifies to only paste cell values.