[]
Verifies the table cell range with row and column formula.
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
| 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 |
| Type | Description |
|---|---|
| bool | true if the row and column formula are not in the checked index and range; otherwise, false. |