[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ClipboardPastedEventArgs

ClipboardPastedEventArgs Class

Represents the event data for the ClipboardPasted event for the Spread component, which occurs after the Clipboard paste action.

Inheritance
ClipboardPastedEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class ClipboardPastedEventArgs : EventArgs
Public Class ClipboardPastedEventArgs
    Inherits EventArgs

Constructors

Name Description
ClipboardPastedEventArgs(SheetView, ClipboardPasteOptions, CellRange, IDataObject)

Creates a new ClipboardPastedEventArgs.

Properties

Name Description
CellRange

Gets the CellRange.

DataObject

Gets the IDataObject

PasteOption

Gets the ClipboardPasteOptions

SheetView

Gets the SheetView.