Search
ColumnCollection.move Method (Int32, Int32)
See Also
 






Moves the specified column to the specified target index.

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

 Syntax

Java  Copy Code

public void move (
    int index,
    int target
)

 Parameters

index

The zero-based index of the column to move.

target

The zero-based index of the column before which the column should be moved.

 See Also