MoveContent Method

Moves the index content of a cell.

See Also | Example

Signature

object.MoveContent nRow, nCol, nFromIndex, nToIndex

Object

Table
The object this method applies to.

nRow

Long; Input-only
The row number of the cell to check.

nCol

Long; Input-only
The column number of the cell to check.

nFromIndex

Long; Input-only
The index of the content to be moved.

nToindex

Long; Input-only
The index of the content to be placed at.

 

   Comments?