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.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public PasteSpecial Flags { get; set; }
#Property Value
Type | Description |
---|---|
Paste |
A Paste |
Available values:
Name | Description |
---|---|
Formulas | Pastes cell constant values (for example, text, numbers, and so on) and formulas (but not their calculated values). |
Values | Pastes cell values only (including values calculated from formulas, but not formulas themselves). |
Number |
Pastes cell number formats only. |
Borders | Pastes cell borders only. |
Formats | Pastes cell formatting only (font, background, alignment, number format, and borders). |
Comments | Pastes cell comments only. |
Column |
Applies column widths only. |
Data |
Pastes only data validation rules applied to copied cells. |
Hyperlinks | Pastes hyperlinks only (without display text). |
All | Pastes all cell data (formulas, values, and formatting) except column widths. |