DragDropHelperSetDataColumns Method

Spotfire 15.0 API Reference
Adds a collection of DataColumn 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 SetDataColumns(
	IDataObject dataObject,
	IEnumerable<DataColumn> dataColumns
)

Parameters

dataObject
Type: System.Windows.FormsIDataObject
The data object to add data to.
dataColumns
Type: System.Collections.GenericIEnumerableDataColumn
The DataColumn objects to add.
Version Information


See Also

Reference