DragDropHelperSetDataTables Method

Spotfire 15.0 API Reference
Adds a collection of DataTable objects to the data object.

Namespace:  Spotfire.Dxp.Forms.Components
Assembly:  Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public static void SetDataTables(
	IDataObject dataObject,
	IEnumerable<DataTable> dataTables
)

Parameters

dataObject
Type: System.Windows.FormsIDataObject
The data object to add data to.
dataTables
Type: System.Collections.GenericIEnumerableDataTable
The DataTable objects to add.
Version Information


See Also

Reference