Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableModelSupport Interface / VerifyTableCellRangeAndRowOrColumnFormula Method
Index of table header row or -1 if no need to check.
Index of table total row or -1 if no need to check.
First index of column range to check or -1 if no need to check the column range.
Last index of column range to check or -1 if no need to check the column range


In This Topic
VerifyTableCellRangeAndRowOrColumnFormula Method
In This Topic
Verifies the table cell range with row and column formula.
Syntax
'Declaration
 
Function VerifyTableCellRangeAndRowOrColumnFormula( _
   ByVal headerRowIndex As Integer, _
   ByVal totalRowIndex As Integer, _
   ByVal firstColumn As Integer, _
   ByVal lastColumn As Integer _
) As Boolean
 
'Usage
 
Dim instance As ITableModelSupport
Dim headerRowIndex As Integer
Dim totalRowIndex As Integer
Dim firstColumn As Integer
Dim lastColumn As Integer
Dim value As Boolean
 
value = instance.VerifyTableCellRangeAndRowOrColumnFormula(headerRowIndex, totalRowIndex, firstColumn, lastColumn)

Parameters

headerRowIndex
Index of table header row or -1 if no need to check.
totalRowIndex
Index of table total row or -1 if no need to check.
firstColumn
First index of column range to check or -1 if no need to check the column range.
lastColumn
Last index of column range to check or -1 if no need to check the column range

Return Value

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