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






Moves the specified number of columns to the specified target index.

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

 Syntax

Java  Copy Code

public boolean move (
    int index,
    int count,
    int target
)

 Parameters

index

The zero-based index of the first column to move.

count

The number of columns to move.

target

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

 Return Value

true if a move occurred; otherwise, false.

 See Also