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






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

target

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

 See Also