[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetSpanModel.Swap

Swap Method

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

Swaps cell spans.

Declaration
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)
Parameters
Type Name Description
int fromRow

Row index from which to begin swap

int fromColumn

Column index from which to begin swap

int toRow

Row index at which to get cell span to swap

int toColumn

Column index at which to get cell span to swap

int rowCount

Number of rows to swap

int columnCount

Number of columns to swap

Implements