Moves the specified number of columns to the specified target index.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java Copy Code |
---|
public boolean move ( |
The zero-based index of the first column to move.
The number of columns to move.
The zero-based index of the column before which the columns should be moved.
true if a move occurred; otherwise, false.
JSpreadsheet Programmer's Guide | © 2024 MindFusion |