Microsoft SDK for Java

List.moveItem

Moves the item from the source index to the destination index.

Syntax

public void moveItem( int src, int dst )

Parameters

src

The source index of the item to move.

dst

The destination index for the item.

Exceptions

WFCInvalidArgumentException thrown if the src parameter is greater than the item count or less than zero or the index parameter is out of bounds.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.