[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.ClearFormulas

ClearFormulas Method

ClearFormulas(int, int, int, int)

Removes all of the formulas from the specified range of cells.

Declaration
public virtual void ClearFormulas(int row, int column, int rowCount, int columnCount)
Public Overridable Sub ClearFormulas(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type Name Description
int row

Row index of start of range to clear

int column

Column index of start of range to clear

int rowCount

Number of rows to clear

int columnCount

Number of columns to clear

Implements