Click or drag to resize

EditCommandsWriteAsciiToClipBoardIfDataCellsSelected(DataTable, AscendingIntegerCollection, AscendingIntegerCollection, AscendingIntegerCollection, IClipboardSetDataObject) Method

Writes ASCII to the clipboard if data cells are selected.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void WriteAsciiToClipBoardIfDataCellsSelected(
	DataTable dt,
	AscendingIntegerCollection selCols,
	AscendingIntegerCollection selRows,
	AscendingIntegerCollection selPropCols,
	IClipboardSetDataObject dao
)

Parameters

dt  DataTable
The data table.
selCols  AscendingIntegerCollection
Selected data columns.
selRows  AscendingIntegerCollection
Selected data rows.
selPropCols  AscendingIntegerCollection
Selected property columns.
dao  IClipboardSetDataObject
The clipboard data object
See Also