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






Moves the specified number of rows 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 row to move.

count

The number of rows to move.

target

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

 Return Value

true if a move occurred; otherwise, false.

 See Also