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
SyntaxJava
Copy Code
|
|---|
public void move ( |
The worksheet to move.
The zero-based index representing the position to move to.
See Also