Search
WorksheetCollection.move Method
See Also
 






Moves the specified Worksheet object from its current position to the specified index. If the worksheet is not part of the collection, the method has no effect.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void move (
    Worksheet worksheet,
    int index
)

 Parameters

worksheet

The worksheet to move.

index

The zero-based index representing the position to move to.

 See Also