IDTSBuffer100.MoveRow(Int32, Int32) Method

Definition

Moves a row in an IDTSBuffer100 to a new location.

public:
 void MoveRow(int hFrom, int hTo);
public void MoveRow (int hFrom, int hTo);
abstract member MoveRow : int * int -> unit
Public Sub MoveRow (hFrom As Integer, hTo As Integer)

Parameters

hFrom
Int32

The current location of the row.

hTo
Int32

The new location of the row.

Remarks

This method moves a row in the IDTSBuffer100 to a new location.

Applies to