[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.RichTextEditor.Paste

Paste Method

Paste()

Pastes when use of Clipboard is allowed.

Declaration
public void Paste()
Public Sub Paste()

Paste(Format)

Pastes with formatting when use of Clipboard is allowed.

Declaration
public void Paste(DataFormats.Format clipFormat)
Public Sub Paste(clipFormat As DataFormats.Format)
Parameters
Type Name Description
DataFormats.Format clipFormat

The Clipboard format in which the data should be obtained from the Clipboard.