[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IRangeSupport

IRangeSupport Interface

Interface that supports operations on ranges of cells in the data model.

Namespace: FarPoint.Web.Spread.Model
Assembly: FarPoint.Web.Spread.dll
Syntax
public interface IRangeSupport
Public Interface IRangeSupport

Methods

Name Description
AddColumns(int, int)

Adds columns of cells after the specified column.

AddRows(int, int)

Adds rows of cells after the specified row.

Clear(int, int, int, int)

Removes all of the contents from the cells in the specified range of cells.

Copy(int, int, int, int, int, int)

Copies a range of cells and pastes it into a range of cells at the specified location.

Move(int, int, int, int, int, int)

Moves a range of cells and pastes it into a range of cells at the specified location.

RemoveColumns(int, int)

Removes columns from the specified starting position.

RemoveRows(int, int)

Removes rows from the specified starting position.

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

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