[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ClipboardPasteOptions

ClipboardPasteOptions Enum

Specifies what data is pasted from the Clipboard.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum ClipboardPasteOptions
Public Enum ClipboardPasteOptions

Fields

Name Description
All

[0] Pastes all data objects, including values, formatting, and formulas

[4] Pastes as a link to the original cell

AsString

[5] Pastes as a text string

AsStringSkipHidden

[6] Pastes as a text string and skips hidden cells

Formatting

[2] Pastes only formatting

Formulas

[3] Pastes only formulas

Shape

[7] Pastes only shapes

Values

[1] Pastes only values