Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CopiedRangePastingEventArgs.PasteSpecialFlags Property

Gets or sets the part of copied data to be pasted into target range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public PasteSpecial PasteSpecialFlags { get; set; }

Property Value

Type Description
PasteSpecial

A PasteSpecial enumeration member.

Remarks

Use the PasteSpecialFlags property to specify which parts of the copied data (for example, value only, formatting information only, borders only, etc.) should be pasted into the destination cells.

See Also