This document is archived and information here might be outdated. Recommended version. |
Moves current dataset definition to a specified location.
[Visual Basic .NET] Public Sub moveTo ( _ ByVal nFromIndex As Integer, _ ByVal nToIndex As Integer _ )
[C#] public void moveTo ( int nFromIndex, int nToIndex );
[C++]
HRESULT moveTo(
Long nFromIndex,
Long nToIndex
);
[C++]
Parameters nFromIndex [in]
nFromIndex is a parameter of type int nToIndex [in]
nToIndex is a parameter of type int