[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetClipDataObject

GetClipDataObject Method

GetClipDataObject(bool, CellRange, ClipboardCopyOptions)

Gets a data object with the necessary formats for Clipboard usage: CellInfoRange, ColumnInfoRange, and RowInfoRange.

Declaration
public DataObject GetClipDataObject(bool fromCutting, CellRange cellRange, ClipboardCopyOptions copyOptions)
Public Function GetClipDataObject(fromCutting As Boolean, cellRange As CellRange, copyOptions As ClipboardCopyOptions) As DataObject
Parameters
Type Name Description
bool fromCutting

Whether from cutting

CellRange cellRange

Cell range

ClipboardCopyOptions copyOptions

ClipboardCopyOptions

Returns
Type Description
DataObject

DataObject