[]
Swaps a range of cells from one specified location to another.
public void Swap(int fromRow, int fromColumn, int toRow, int toColumn, int rowCount, int columnCount)
Public Sub Swap(fromRow As Integer, fromColumn As Integer, toRow As Integer, toColumn As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | fromRow | Row index from which to begin the swap |
int | fromColumn | Column index from which to begin the swap |
int | toRow | Row index of the destination range |
int | toColumn | Column index of the destination range |
int | rowCount | Number of rows to swap |
int | columnCount | Number of columns to swap |