moveRow method
[This documentation is preliminary and is subject to change.]
Moves a table row to a new position.
Syntax
IDispatch retVal = object.moveRow(indexFrom, indexTo);
Standards information
There are no standards that apply here.
Parameters
indexFrom [in]
Type: long
long that specifies the index in the rows collection of the table row that is moved.
-1
Default.
indexTo [in]
Type: long
long that specifies where the row is moved within the rows collection.
-1
Default.
Remarks
Rows between the indexFrom and indexTo positions in the rows collection are shifted based on the direction the row moves.
Build date: 6/12/2012