'Declaration
Function VerifyTableCellRangeAndRowOrColumnFormula( _
ByVal As Integer, _
ByVal As Integer, _
ByVal firstColumn As Integer, _
ByVal lastColumn As Integer _
) As Boolean
'使用法
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)
bool VerifyTableCellRangeAndRowOrColumnFormula(
int ,
int ,
int firstColumn,
int lastColumn
)