Moves the specified column to the specified target index.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public void move ( |
The zero-based index of the column to move.
The zero-based index of the column before which the column should be moved.
See Also