[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ITableModelSupport.VerifyTableCellRangeAndRowOrColumnFormula

VerifyTableCellRangeAndRowOrColumnFormula Method

VerifyTableCellRangeAndRowOrColumnFormula(int, int, int, int)

Verifies the table cell range with row and column formula.

Declaration
bool VerifyTableCellRangeAndRowOrColumnFormula(int headerRowIndex, int totalRowIndex, int firstColumn, int lastColumn)
Function VerifyTableCellRangeAndRowOrColumnFormula(headerRowIndex As Integer, totalRowIndex As Integer, firstColumn As Integer, lastColumn As Integer) As Boolean
Parameters
Type Name Description
int headerRowIndex

Index of table header row or -1 if no need to check.

int totalRowIndex

Index of table total row or -1 if no need to check.

int firstColumn

First index of column range to check or -1 if no need to check the column range.

int lastColumn

Last index of column range to check or -1 if no need to check the column range

Returns
Type Description
bool

true if the row and column formula are not in the checked index and range; otherwise, false.