Skip to main content
A newer version of this page is available. .
Row

ClipboardDataObtainedEventArgs.Flags Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

public PasteSpecial Flags { get; set; }

Property Value

Type Description
PasteSpecial

A PasteSpecial enumeration member.

Available values:

Name Description
Formulas

Pastes cell constant values (for example, text, numbers, etc.) and formulas (not their calculated values).

Values

Pastes cell values only (including values calculated from formulas, but not formulas themselves).

NumberFormats

Pastes cell number formats only.

Borders

Pastes cell borders only.

Formats

Pastes cell formatting only (font, background, alignment, number formats, borders).

Comments

Pastes cell comments only.

ColumnWidths

Applies column widths only.

All

Pastes all cell data (formulas, values, and formatting) except column widths.

See Also