DragAndDropOn(ITableCell,MouseButton) Method
Drags and drops this cell to the specified target ITableCell

C# Syntax

void DragAndDropOn( 
   ITableCell targetCell,
   MouseButton button
)

Parameters

targetCell
The target ITableCell on which this ITableCell is dropped.
button
Optional. Either the Left or Right value of HP.LFT.SDK.MouseButton. Default = MouseButton.Left.