Share via


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