IDTSBuffer100.MoveRow(Int32, Int32) 方法

定义

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)

参数

hFrom
Int32
hTo
Int32

注解

此方法将 idtsbuffer100.setsequentialmode 中的行移动到新位置。

适用于