[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.PasteSpecialOperation

PasteSpecialOperation Enum

Specifies how numeric data will be calculated with the destinations cells on the worksheet.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum PasteSpecialOperation
Public Enum PasteSpecialOperation

Fields

Name Description
Add

Copied data will be added to the value in the destination cell.

Divide

Copied data will divide the value in the destination cell.

Multiply

Copied data will multiply the value in the destination cell.

None

No calculation will be done in the paste operation.

Subtract

Copied data will be subtracted from the value in the destination cell.