[]
Interface that supports operations on ranges of cells in the data model.
public interface IRangeSupport
Public Interface IRangeSupport
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. |