IDTSBuffer100.MoveRow(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.