[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PasteType

PasteType Enum

Specifies the type of paste.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
[Flags]
public enum PasteType
<Flags>
Public Enum PasteType

Fields

Name 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.