[]
Swaps the direct styles in the specified range with the direct styles from another specified range.
public virtual void Swap(int fromRow, int fromColumn, int toRow, int toColumn, int rowCount, int columnCount)
Public Overridable 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 of first cell from which to begin swap |
int | fromColumn | Column index of first cell from which to begin swap |
int | toRow | Row index of first cell of destination of the swap |
int | toColumn | Column index of first cell of destination of the swap |
int | rowCount | Number of rows to swap |
int | columnCount | Number of columns to swap |