[]
Represents the event data for the ClipboardPasted event for the Spread component, which occurs after the Clipboard paste action.
public class ClipboardPastedEventArgs : EventArgs
Public Class ClipboardPastedEventArgs
Inherits EventArgs
Name | Description |
---|---|
ClipboardPastedEventArgs(SheetView, ClipboardPasteOptions, CellRange, IDataObject) | Creates a new ClipboardPastedEventArgs. |
Name | Description |
---|---|
CellRange | Gets the CellRange. |
DataObject | Gets the IDataObject |
PasteOption | Gets the ClipboardPasteOptions |
SheetView | Gets the SheetView. |