[]
Gets a data object with the necessary formats for Clipboard usage: CellInfoRange, ColumnInfoRange, and RowInfoRange.
public DataObject GetClipDataObject(bool fromCutting, CellRange cellRange, ClipboardCopyOptions copyOptions)
Public Function GetClipDataObject(fromCutting As Boolean, cellRange As CellRange, copyOptions As ClipboardCopyOptions) As DataObject
| Type | Name | Description |
|---|---|---|
| bool | fromCutting | Whether from cutting |
| CellRange | cellRange | Cell range |
| ClipboardCopyOptions | copyOptions | ClipboardCopyOptions |
| Type | Description |
|---|---|
| DataObject | DataObject |