[]
        
(Showing Draft Content)

FarPoint.Web.Spread.DefaultRowFilter.MoveFilters

MoveFilters Method

MoveFilters(int, int, int, int, int, int)

Moves the filter column(s) to another location.

Declaration
public void MoveFilters(int fromRow, int fromColumn, int toRow, int toColumn, int rowCount, int columnCount)
Public Sub MoveFilters(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 move

int fromColumn

Column index from which to move

int toRow

Destination row index

int toColumn

Destination column index

int rowCount

Number of rows to move

int columnCount

Number of columns to move

Implements