[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ConditionalFormattingModel.Swap

Swap Method

Swap(int, int, int, int, int, int)

Swaps a range of cells from one specified location to another.

Declaration
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)
Parameters
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

Implements